#B08037

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

Shades of Mandalay #B08037

Tints of Mandalay #B08037

Color information

#B08037 (or 0xB08037) is unknown color: approx Mandalay. HEX triplet: B0, 80 and 37. RGB value is (176,128,55). Sum of RGB (Red+Green+Blue) = 176+128+55=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B08037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08037 is #4F7FC8. Grayscale: #868686. Windows color (decimal): -5210057 or 3637424. OLE color: 3637424.

HSL color Cylindrical-coordinate representation of color #B08037: hue angle of 36.2º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B08037 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17612855-
CMYK00.270.690.31
HSL36.2º52.38%45.29%-
HSV(B)36.2º68.75%69.02%-
XYZ26.3124.947.04-
YUV134.0383.4157.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 55 (21.88% from 255) = 15.32%
R=49.03%
G=35.65%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761285500.270.690.3136.252.3845.29
HexB0803701B451F24342d
Octal2602006703310537446455
Binary1011000010000000110111011011100010111111100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08037; }

 p { color: rgb(176,128,55); }

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

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

 a { background-color: rgb(176,128,55); }

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

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

 span { border-color: rgb(176,128,55); }

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