#B37E26

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

Shades of Mandalay #B37E26

Tints of Mandalay #B37E26

Color information

#B37E26 (or 0xB37E26) is unknown color: approx Mandalay. HEX triplet: B3, 7E and 26. RGB value is (179,126,38). Sum of RGB (Red+Green+Blue) = 179+126+38=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37E26 is #4C81D9. Grayscale: #848484. Windows color (decimal): -5013978 or 2522803. OLE color: 2522803.

HSL color Cylindrical-coordinate representation of color #B37E26: hue angle of 37.45º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B37E26 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17912638-
CMYK00.300.790.30
HSL37.45º64.98%42.55%-
HSV(B)37.45º78.77%70.2%-
XYZ26.424.655.2-
YUV131.8275.06161.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 126 (49.61% from 255) = 36.73%
BLUE value IS 38 (15.23% from 255) = 11.08%
R=52.19%
G=36.73%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791263800.300.790.3037.4564.9842.55
HexB37E2601E4F1E25412b
Octal26317646036117364510153
Binary1011001111111101001100111101001111111101001011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E26; }

 p { color: rgb(179,126,38); }

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

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

 a { background-color: rgb(179,126,38); }

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

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

 span { border-color: rgb(179,126,38); }

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