#B08028

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

Shades of Mandalay #B08028

Tints of Mandalay #B08028

Color information

#B08028 (or 0xB08028) is unknown color: approx Mandalay. HEX triplet: B0, 80 and 28. RGB value is (176,128,40). Sum of RGB (Red+Green+Blue) = 176+128+40=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B08028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08028 is #4F7FD7. Grayscale: #848484. Windows color (decimal): -5210072 or 2654384. OLE color: 2654384.

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

Color convert

RGB17612840-
CMYK00.270.770.31
HSL38.82º62.96%42.35%-
HSV(B)38.82º77.27%69.02%-
XYZ26.0124.825.43-
YUV132.3275.9159.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 40 (16.02% from 255) = 11.63%
R=51.16%
G=37.21%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761284000.270.770.3138.8262.9642.35
HexB0802801B4D1F273f2a
Octal2602005003311537477752
Binary1011000010000000101000011011100110111111100111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08028; }

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

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

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

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

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

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

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

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