Shades of Mandalay #BB802A
Tints of Mandalay #BB802A
RGB
CMYK
RGB Variations
Color information
#BB802A (or 0xBB802A) is known color: Mandalay. HEX triplet: BB, 80 and 2A. RGB value is (187,128,42). Sum of RGB (Red+Green+Blue) = 187+128+42=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB802A is #447FD5. Grayscale: #888888. Windows color (decimal): -4489174 or 2785467. OLE color: 2785467.
HSL color Cylindrical-coordinate representation of color #BB802A: hue angle of 35.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB802A is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 42 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.27 |
| HSL | 35.59º | 0.63% | 0.45% | - |
| HSV(B) | 35.59º | 0.78% | 0.73% | - |
| XYZ | 28.63 | 26.17 | 5.73 | - |
| YUV | 135.84 | 75.05 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 42 | 0 | 0.32 | 0.78 | 0.27 | 35.59 | 0.63 | 0.45 |
| Hex | BB | 80 | 2A | 0 | 20 | 4E | 1B | 24 | 3F | 2D |
| Octal | 273 | 200 | 52 | 0 | 40 | 116 | 33 | 44 | 77 | 55 |
| Binary | 10111011 | 10000000 | 101010 | 0 | 100000 | 1001110 | 11011 | 100100 | 111111 | 101101 |
Color Harmonies of #BB802A
Complementary color
Monochromatic Colors of #BB802A
Black with #BB802A
Text Example
Text Example
White with #BB802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB802A; }
p { color: rgb(187,128,42); }
H1.HeaderClassName
{
color: #BB802A;
}
.AnyTagClassName
{
color: #BB802A;
}
</style>
background-color css
<style>
a { background-color: #BB802A; }
a { background-color: rgb(187,128,42); }
div.DivClassName
{
background-color: #BB802A;
}
.BgClassName
{
background-color: #BB802A;
}
</style>
border-color css
<style>
span { border-color: #BB802A; }
span { border-color: rgb(187,128,42); }
td.TdClassName
{
border-color: #BB802A;
}
.TagClassName
{
border-color: #BB802A;
}
</style>