Shades of Mandalay #B88323
Tints of Mandalay #B88323
RGB
CMYK
RGB Variations
Color information
#B88323 (or 0xB88323) is known color: Mandalay. HEX triplet: B8, 83 and 23. RGB value is (184,131,35). Sum of RGB (Red+Green+Blue) = 184+131+35=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B88323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88323 is #477CDC. Grayscale: #888888. Windows color (decimal): -4685021 or 2327480. OLE color: 2327480.
HSL color Cylindrical-coordinate representation of color #B88323: hue angle of 38.66º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B88323 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 35 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.28 |
| HSL | 38.66º | 0.68% | 0.43% | - |
| HSV(B) | 38.66º | 0.81% | 0.72% | - |
| XYZ | 28.19 | 26.54 | 5.23 | - |
| YUV | 135.9 | 71.06 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 35 | 0 | 0.29 | 0.81 | 0.28 | 38.66 | 0.68 | 0.43 |
| Hex | B8 | 83 | 23 | 0 | 1D | 51 | 1C | 27 | 44 | 2B |
| Octal | 270 | 203 | 43 | 0 | 35 | 121 | 34 | 47 | 104 | 53 |
| Binary | 10111000 | 10000011 | 100011 | 0 | 11101 | 1010001 | 11100 | 100111 | 1000100 | 101011 |
Color Harmonies of #B88323
Complementary color
Monochromatic Colors of #B88323
Black with #B88323
Text Example
Text Example
White with #B88323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88323; }
p { color: rgb(184,131,35); }
H1.HeaderClassName
{
color: #B88323;
}
.AnyTagClassName
{
color: #B88323;
}
</style>
background-color css
<style>
a { background-color: #B88323; }
a { background-color: rgb(184,131,35); }
div.DivClassName
{
background-color: #B88323;
}
.BgClassName
{
background-color: #B88323;
}
</style>
border-color css
<style>
span { border-color: #B88323; }
span { border-color: rgb(184,131,35); }
td.TdClassName
{
border-color: #B88323;
}
.TagClassName
{
border-color: #B88323;
}
</style>