Shades of Mandalay #BB802C
Tints of Mandalay #BB802C
RGB
CMYK
RGB Variations
Color information
#BB802C (or 0xBB802C) is known color: Mandalay. HEX triplet: BB, 80 and 2C. RGB value is (187,128,44). Sum of RGB (Red+Green+Blue) = 187+128+44=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB802C is #447FD3. Grayscale: #888888. Windows color (decimal): -4489172 or 2916539. OLE color: 2916539.
HSL color Cylindrical-coordinate representation of color #BB802C: hue angle of 35.24º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB802C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 44 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.27 |
| HSL | 35.24º | 0.62% | 0.45% | - |
| HSV(B) | 35.24º | 0.76% | 0.73% | - |
| XYZ | 28.67 | 26.18 | 5.93 | - |
| YUV | 136.07 | 76.05 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 44 | 0 | 0.32 | 0.76 | 0.27 | 35.24 | 0.62 | 0.45 |
| Hex | BB | 80 | 2C | 0 | 20 | 4C | 1B | 23 | 3E | 2D |
| Octal | 273 | 200 | 54 | 0 | 40 | 114 | 33 | 43 | 76 | 55 |
| Binary | 10111011 | 10000000 | 101100 | 0 | 100000 | 1001100 | 11011 | 100011 | 111110 | 101101 |
Color Harmonies of #BB802C
Complementary color
Monochromatic Colors of #BB802C
Black with #BB802C
Text Example
Text Example
White with #BB802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB802C; }
p { color: rgb(187,128,44); }
H1.HeaderClassName
{
color: #BB802C;
}
.AnyTagClassName
{
color: #BB802C;
}
</style>
background-color css
<style>
a { background-color: #BB802C; }
a { background-color: rgb(187,128,44); }
div.DivClassName
{
background-color: #BB802C;
}
.BgClassName
{
background-color: #BB802C;
}
</style>
border-color css
<style>
span { border-color: #BB802C; }
span { border-color: rgb(187,128,44); }
td.TdClassName
{
border-color: #BB802C;
}
.TagClassName
{
border-color: #BB802C;
}
</style>