Shades of Mandalay #BB7C32
Tints of Mandalay #BB7C32
RGB
CMYK
RGB Variations
Color information
#BB7C32 (or 0xBB7C32) is known color: Mandalay. HEX triplet: BB, 7C and 32. RGB value is (187,124,50). Sum of RGB (Red+Green+Blue) = 187+124+50=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C32 is #4483CD. Grayscale: #868686. Windows color (decimal): -4490190 or 3308731. OLE color: 3308731.
HSL color Cylindrical-coordinate representation of color #BB7C32: hue angle of 32.41º 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 #BB7C32 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 50 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.27 |
| HSL | 32.41º | 0.58% | 0.46% | - |
| HSV(B) | 32.41º | 0.73% | 0.73% | - |
| XYZ | 28.28 | 25.21 | 6.39 | - |
| YUV | 134.4 | 80.37 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 50 | 0 | 0.34 | 0.73 | 0.27 | 32.41 | 0.58 | 0.46 |
| Hex | BB | 7C | 32 | 0 | 22 | 49 | 1B | 20 | 3A | 2E |
| Octal | 273 | 174 | 62 | 0 | 42 | 111 | 33 | 40 | 72 | 56 |
| Binary | 10111011 | 1111100 | 110010 | 0 | 100010 | 1001001 | 11011 | 100000 | 111010 | 101110 |
Color Harmonies of #BB7C32
Complementary color
Monochromatic Colors of #BB7C32
Black with #BB7C32
Text Example
Text Example
White with #BB7C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7C32; }
p { color: rgb(187,124,50); }
H1.HeaderClassName
{
color: #BB7C32;
}
.AnyTagClassName
{
color: #BB7C32;
}
</style>
background-color css
<style>
a { background-color: #BB7C32; }
a { background-color: rgb(187,124,50); }
div.DivClassName
{
background-color: #BB7C32;
}
.BgClassName
{
background-color: #BB7C32;
}
</style>
border-color css
<style>
span { border-color: #BB7C32; }
span { border-color: rgb(187,124,50); }
td.TdClassName
{
border-color: #BB7C32;
}
.TagClassName
{
border-color: #BB7C32;
}
</style>