#B3742E

Color #B3742E Mandalay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandalay #B3742E

Tints of Mandalay #B3742E

Color information

#B3742E (or 0xB3742E) is unknown color: approx Mandalay. HEX triplet: B3, 74 and 2E. RGB value is (179,116,46). Sum of RGB (Red+Green+Blue) = 179+116+46=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3742E is #4C8BD1. Grayscale: #7F7F7F. Windows color (decimal): -5016530 or 3044531. OLE color: 3044531.

HSL color Cylindrical-coordinate representation of color #B3742E: hue angle of 31.58º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3742E is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB17911646-
CMYK00.350.740.30
HSL31.58º59.11%44.12%-
HSV(B)31.58º74.3%70.2%-
XYZ25.3322.275.55-
YUV126.8682.37165.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 46 (18.36% from 255) = 13.49%
R=52.49%
G=34.02%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791164600.350.740.3031.5859.1144.12
HexB3742E0234A1E203b2c
Octal2631645604311236407354
Binary1011001111101001011100100011100101011110100000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3742E; }

 p { color: rgb(179,116,46); }

 H1.HeaderClassName
 {
   color: #B3742E;
 }
 .AnyTagClassName
 {
   color: #B3742E;
 }
</style>
background-color css

<style>
 a { background-color: #B3742E; }

 a { background-color: rgb(179,116,46); }

 div.DivClassName
 {
   background-color: #B3742E;
 }
 .BgClassName
 {
   background-color: #B3742E;
 }
</style>
border-color css

<style>
 span { border-color: #B3742E; }

 span { border-color: rgb(179,116,46); }

 td.TdClassName
 {
   border-color: #B3742E;
 }
 .TagClassName
 {
   border-color: #B3742E;
 }
</style>