Shades of Mandalay #B88324
Tints of Mandalay #B88324
RGB
CMYK
RGB Variations
Color information
#B88324 (or 0xB88324) is known color: Mandalay. HEX triplet: B8, 83 and 24. RGB value is (184,131,36). Sum of RGB (Red+Green+Blue) = 184+131+36=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B88324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88324 is #477CDB. Grayscale: #888888. Windows color (decimal): -4685020 or 2393016. OLE color: 2393016.
HSL color Cylindrical-coordinate representation of color #B88324: hue angle of 38.51º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B88324 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 36 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.28 |
| HSL | 38.51º | 0.67% | 0.43% | - |
| HSV(B) | 38.51º | 0.8% | 0.72% | - |
| XYZ | 28.2 | 26.55 | 5.31 | - |
| YUV | 136.02 | 71.56 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 36 | 0 | 0.29 | 0.80 | 0.28 | 38.51 | 0.67 | 0.43 |
| Hex | B8 | 83 | 24 | 0 | 1D | 50 | 1C | 27 | 43 | 2B |
| Octal | 270 | 203 | 44 | 0 | 35 | 120 | 34 | 47 | 103 | 53 |
| Binary | 10111000 | 10000011 | 100100 | 0 | 11101 | 1010000 | 11100 | 100111 | 1000011 | 101011 |
Color Harmonies of #B88324
Complementary color
Monochromatic Colors of #B88324
Black with #B88324
Text Example
Text Example
White with #B88324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88324; }
p { color: rgb(184,131,36); }
H1.HeaderClassName
{
color: #B88324;
}
.AnyTagClassName
{
color: #B88324;
}
</style>
background-color css
<style>
a { background-color: #B88324; }
a { background-color: rgb(184,131,36); }
div.DivClassName
{
background-color: #B88324;
}
.BgClassName
{
background-color: #B88324;
}
</style>
border-color css
<style>
span { border-color: #B88324; }
span { border-color: rgb(184,131,36); }
td.TdClassName
{
border-color: #B88324;
}
.TagClassName
{
border-color: #B88324;
}
</style>