#B88032

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

Shades of Mandalay #B88032

Tints of Mandalay #B88032

Color information

#B88032 (or 0xB88032) is unknown color: approx Mandalay. HEX triplet: B8, 80 and 32. RGB value is (184,128,50). Sum of RGB (Red+Green+Blue) = 184+128+50=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B88032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88032 is #477FCD. Grayscale: #888888. Windows color (decimal): -4685774 or 3309752. OLE color: 3309752.

HSL color Cylindrical-coordinate representation of color #B88032: hue angle of 34.93º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B88032 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18412850-
CMYK00.300.730.28
HSL34.93º57.26%45.88%-
HSV(B)34.93º72.83%72.16%-
XYZ28.0625.866.53-
YUV135.8579.55162.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=50.83%
G=35.36%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841285000.300.730.2834.9357.2645.88
HexB8803201E491C23392e
Octal2702006203611134437156
Binary1011100010000000110010011110100100111100100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88032; }

 p { color: rgb(184,128,50); }

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

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

 a { background-color: rgb(184,128,50); }

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

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

 span { border-color: rgb(184,128,50); }

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