Shades of Mandalay #BB8231
Tints of Mandalay #BB8231
RGB
CMYK
RGB Variations
Color information
#BB8231 (or 0xBB8231) is known color: Mandalay. HEX triplet: BB, 82 and 31. RGB value is (187,130,49). Sum of RGB (Red+Green+Blue) = 187+130+49=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8231 is #447DCE. Grayscale: #8A8A8A. Windows color (decimal): -4488655 or 3244731. OLE color: 3244731.
HSL color Cylindrical-coordinate representation of color #BB8231: hue angle of 35.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB8231 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 49 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.27 |
| HSL | 35.22º | 0.58% | 0.46% | - |
| HSV(B) | 35.22º | 0.74% | 0.73% | - |
| XYZ | 29.03 | 26.75 | 6.54 | - |
| YUV | 137.81 | 77.88 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 49 | 0 | 0.30 | 0.74 | 0.27 | 35.22 | 0.58 | 0.46 |
| Hex | BB | 82 | 31 | 0 | 1E | 4A | 1B | 23 | 3A | 2E |
| Octal | 273 | 202 | 61 | 0 | 36 | 112 | 33 | 43 | 72 | 56 |
| Binary | 10111011 | 10000010 | 110001 | 0 | 11110 | 1001010 | 11011 | 100011 | 111010 | 101110 |
Color Harmonies of #BB8231
Complementary color
Monochromatic Colors of #BB8231
Black with #BB8231
Text Example
Text Example
White with #BB8231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8231; }
p { color: rgb(187,130,49); }
H1.HeaderClassName
{
color: #BB8231;
}
.AnyTagClassName
{
color: #BB8231;
}
</style>
background-color css
<style>
a { background-color: #BB8231; }
a { background-color: rgb(187,130,49); }
div.DivClassName
{
background-color: #BB8231;
}
.BgClassName
{
background-color: #BB8231;
}
</style>
border-color css
<style>
span { border-color: #BB8231; }
span { border-color: rgb(187,130,49); }
td.TdClassName
{
border-color: #BB8231;
}
.TagClassName
{
border-color: #BB8231;
}
</style>