Shades of Mandalay #BB7B32
Tints of Mandalay #BB7B32
RGB
CMYK
RGB Variations
Color information
#BB7B32 (or 0xBB7B32) is known color: Mandalay. HEX triplet: BB, 7B and 32. RGB value is (187,123,50). Sum of RGB (Red+Green+Blue) = 187+123+50=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B32 is #4484CD. Grayscale: #868686. Windows color (decimal): -4490446 or 3308475. OLE color: 3308475.
HSL color Cylindrical-coordinate representation of color #BB7B32: hue angle of 31.97º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB7B32 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 50 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.27 |
| HSL | 31.97º | 0.58% | 0.46% | - |
| HSV(B) | 31.97º | 0.73% | 0.73% | - |
| XYZ | 28.15 | 24.96 | 6.35 | - |
| YUV | 133.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 50 | 0 | 0.34 | 0.73 | 0.27 | 31.97 | 0.58 | 0.46 |
| Hex | BB | 7B | 32 | 0 | 22 | 49 | 1B | 20 | 3A | 2E |
| Octal | 273 | 173 | 62 | 0 | 42 | 111 | 33 | 40 | 72 | 56 |
| Binary | 10111011 | 1111011 | 110010 | 0 | 100010 | 1001001 | 11011 | 100000 | 111010 | 101110 |
Color Harmonies of #BB7B32
Complementary color
Monochromatic Colors of #BB7B32
Black with #BB7B32
Text Example
Text Example
White with #BB7B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B32; }
p { color: rgb(187,123,50); }
H1.HeaderClassName
{
color: #BB7B32;
}
.AnyTagClassName
{
color: #BB7B32;
}
</style>
background-color css
<style>
a { background-color: #BB7B32; }
a { background-color: rgb(187,123,50); }
div.DivClassName
{
background-color: #BB7B32;
}
.BgClassName
{
background-color: #BB7B32;
}
</style>
border-color css
<style>
span { border-color: #BB7B32; }
span { border-color: rgb(187,123,50); }
td.TdClassName
{
border-color: #BB7B32;
}
.TagClassName
{
border-color: #BB7B32;
}
</style>