Shades of Mandalay #B08328
Tints of Mandalay #B08328
RGB
CMYK
RGB Variations
Color information
#B08328 (or 0xB08328) is known color: Mandalay. HEX triplet: B0, 83 and 28. RGB value is (176,131,40). Sum of RGB (Red+Green+Blue) = 176+131+40=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B08328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08328 is #4F7CD7. Grayscale: #868686. Windows color (decimal): -5209304 or 2655152. OLE color: 2655152.
HSL color Cylindrical-coordinate representation of color #B08328: hue angle of 40.15º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B08328 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 40 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.31 |
| HSL | 40.15º | 0.63% | 0.42% | - |
| HSV(B) | 40.15º | 0.77% | 0.69% | - |
| XYZ | 26.4 | 25.62 | 5.56 | - |
| YUV | 134.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 40 | 0 | 0.26 | 0.77 | 0.31 | 40.15 | 0.63 | 0.42 |
| Hex | B0 | 83 | 28 | 0 | 1A | 4D | 1F | 28 | 3F | 2A |
| Octal | 260 | 203 | 50 | 0 | 32 | 115 | 37 | 50 | 77 | 52 |
| Binary | 10110000 | 10000011 | 101000 | 0 | 11010 | 1001101 | 11111 | 101000 | 111111 | 101010 |
Color Harmonies of #B08328
Complementary color
Monochromatic Colors of #B08328
Black with #B08328
Text Example
Text Example
White with #B08328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08328; }
p { color: rgb(176,131,40); }
H1.HeaderClassName
{
color: #B08328;
}
.AnyTagClassName
{
color: #B08328;
}
</style>
background-color css
<style>
a { background-color: #B08328; }
a { background-color: rgb(176,131,40); }
div.DivClassName
{
background-color: #B08328;
}
.BgClassName
{
background-color: #B08328;
}
</style>
border-color css
<style>
span { border-color: #B08328; }
span { border-color: rgb(176,131,40); }
td.TdClassName
{
border-color: #B08328;
}
.TagClassName
{
border-color: #B08328;
}
</style>