Shades of Mandalay #B38328
Tints of Mandalay #B38328
RGB
CMYK
RGB Variations
Color information
#B38328 (or 0xB38328) is known color: Mandalay. HEX triplet: B3, 83 and 28. RGB value is (179,131,40). Sum of RGB (Red+Green+Blue) = 179+131+40=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B38328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38328 is #4C7CD7. Grayscale: #878787. Windows color (decimal): -5012696 or 2655155. OLE color: 2655155.
HSL color Cylindrical-coordinate representation of color #B38328: hue angle of 39.28º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B38328 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 131 | 40 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.30 |
| HSL | 39.28º | 0.63% | 0.43% | - |
| HSV(B) | 39.28º | 0.78% | 0.7% | - |
| XYZ | 27.09 | 25.97 | 5.59 | - |
| YUV | 134.98 | 74.4 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 40 | 0 | 0.27 | 0.78 | 0.30 | 39.28 | 0.63 | 0.43 |
| Hex | B3 | 83 | 28 | 0 | 1B | 4E | 1E | 27 | 3F | 2B |
| Octal | 263 | 203 | 50 | 0 | 33 | 116 | 36 | 47 | 77 | 53 |
| Binary | 10110011 | 10000011 | 101000 | 0 | 11011 | 1001110 | 11110 | 100111 | 111111 | 101011 |
Color Harmonies of #B38328
Complementary color
Monochromatic Colors of #B38328
Black with #B38328
Text Example
Text Example
White with #B38328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38328; }
p { color: rgb(179,131,40); }
H1.HeaderClassName
{
color: #B38328;
}
.AnyTagClassName
{
color: #B38328;
}
</style>
background-color css
<style>
a { background-color: #B38328; }
a { background-color: rgb(179,131,40); }
div.DivClassName
{
background-color: #B38328;
}
.BgClassName
{
background-color: #B38328;
}
</style>
border-color css
<style>
span { border-color: #B38328; }
span { border-color: rgb(179,131,40); }
td.TdClassName
{
border-color: #B38328;
}
.TagClassName
{
border-color: #B38328;
}
</style>