Shades of Mandalay #B38430
Tints of Mandalay #B38430
RGB
CMYK
RGB Variations
Color information
#B38430 (or 0xB38430) is known color: Mandalay. HEX triplet: B3, 84 and 30. RGB value is (179,132,48). Sum of RGB (Red+Green+Blue) = 179+132+48=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B38430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38430 is #4C7BCF. Grayscale: #888888. Windows color (decimal): -5012432 or 3179699. OLE color: 3179699.
HSL color Cylindrical-coordinate representation of color #B38430: hue angle of 38.47º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B38430 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 48 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.30 |
| HSL | 38.47º | 0.58% | 0.45% | - |
| HSV(B) | 38.47º | 0.73% | 0.7% | - |
| XYZ | 27.38 | 26.3 | 6.43 | - |
| YUV | 136.48 | 78.07 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 48 | 0 | 0.26 | 0.73 | 0.30 | 38.47 | 0.58 | 0.45 |
| Hex | B3 | 84 | 30 | 0 | 1A | 49 | 1E | 26 | 3A | 2D |
| Octal | 263 | 204 | 60 | 0 | 32 | 111 | 36 | 46 | 72 | 55 |
| Binary | 10110011 | 10000100 | 110000 | 0 | 11010 | 1001001 | 11110 | 100110 | 111010 | 101101 |
Color Harmonies of #B38430
Complementary color
Monochromatic Colors of #B38430
Black with #B38430
Text Example
Text Example
White with #B38430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38430; }
p { color: rgb(179,132,48); }
H1.HeaderClassName
{
color: #B38430;
}
.AnyTagClassName
{
color: #B38430;
}
</style>
background-color css
<style>
a { background-color: #B38430; }
a { background-color: rgb(179,132,48); }
div.DivClassName
{
background-color: #B38430;
}
.BgClassName
{
background-color: #B38430;
}
</style>
border-color css
<style>
span { border-color: #B38430; }
span { border-color: rgb(179,132,48); }
td.TdClassName
{
border-color: #B38430;
}
.TagClassName
{
border-color: #B38430;
}
</style>