Shades of Mandalay #BB832B
Tints of Mandalay #BB832B
RGB
CMYK
RGB Variations
Color information
#BB832B (or 0xBB832B) is known color: Mandalay. HEX triplet: BB, 83 and 2B. RGB value is (187,131,43). Sum of RGB (Red+Green+Blue) = 187+131+43=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB832B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB832B is #447CD4. Grayscale: #8A8A8A. Windows color (decimal): -4488405 or 2851771. OLE color: 2851771.
HSL color Cylindrical-coordinate representation of color #BB832B: hue angle of 36.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB832B is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 43 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.27 |
| HSL | 36.67º | 0.63% | 0.45% | - |
| HSV(B) | 36.67º | 0.77% | 0.73% | - |
| XYZ | 29.05 | 26.97 | 5.96 | - |
| YUV | 137.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 43 | 0 | 0.30 | 0.77 | 0.27 | 36.67 | 0.63 | 0.45 |
| Hex | BB | 83 | 2B | 0 | 1E | 4D | 1B | 25 | 3F | 2D |
| Octal | 273 | 203 | 53 | 0 | 36 | 115 | 33 | 45 | 77 | 55 |
| Binary | 10111011 | 10000011 | 101011 | 0 | 11110 | 1001101 | 11011 | 100101 | 111111 | 101101 |
Color Harmonies of #BB832B
Complementary color
Monochromatic Colors of #BB832B
Black with #BB832B
Text Example
Text Example
White with #BB832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB832B; }
p { color: rgb(187,131,43); }
H1.HeaderClassName
{
color: #BB832B;
}
.AnyTagClassName
{
color: #BB832B;
}
</style>
background-color css
<style>
a { background-color: #BB832B; }
a { background-color: rgb(187,131,43); }
div.DivClassName
{
background-color: #BB832B;
}
.BgClassName
{
background-color: #BB832B;
}
</style>
border-color css
<style>
span { border-color: #BB832B; }
span { border-color: rgb(187,131,43); }
td.TdClassName
{
border-color: #BB832B;
}
.TagClassName
{
border-color: #BB832B;
}
</style>