Shades of Mandalay #BB8333
Tints of Mandalay #BB8333
RGB
CMYK
RGB Variations
Color information
#BB8333 (or 0xBB8333) is known color: Mandalay. HEX triplet: BB, 83 and 33. RGB value is (187,131,51). Sum of RGB (Red+Green+Blue) = 187+131+51=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8333 is #447CCC. Grayscale: #8B8B8B. Windows color (decimal): -4488397 or 3376059. OLE color: 3376059.
HSL color Cylindrical-coordinate representation of color #BB8333: hue angle of 35.29º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB8333 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 51 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.27 |
| HSL | 35.29º | 0.57% | 0.47% | - |
| HSV(B) | 35.29º | 0.73% | 0.73% | - |
| XYZ | 29.21 | 27.04 | 6.81 | - |
| YUV | 138.62 | 78.55 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 51 | 0 | 0.30 | 0.73 | 0.27 | 35.29 | 0.57 | 0.47 |
| Hex | BB | 83 | 33 | 0 | 1E | 49 | 1B | 23 | 39 | 2F |
| Octal | 273 | 203 | 63 | 0 | 36 | 111 | 33 | 43 | 71 | 57 |
| Binary | 10111011 | 10000011 | 110011 | 0 | 11110 | 1001001 | 11011 | 100011 | 111001 | 101111 |
Color Harmonies of #BB8333
Complementary color
Monochromatic Colors of #BB8333
Black with #BB8333
Text Example
Text Example
White with #BB8333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8333; }
p { color: rgb(187,131,51); }
H1.HeaderClassName
{
color: #BB8333;
}
.AnyTagClassName
{
color: #BB8333;
}
</style>
background-color css
<style>
a { background-color: #BB8333; }
a { background-color: rgb(187,131,51); }
div.DivClassName
{
background-color: #BB8333;
}
.BgClassName
{
background-color: #BB8333;
}
</style>
border-color css
<style>
span { border-color: #BB8333; }
span { border-color: rgb(187,131,51); }
td.TdClassName
{
border-color: #BB8333;
}
.TagClassName
{
border-color: #BB8333;
}
</style>