Shades of Mandalay #B38122
Tints of Mandalay #B38122
RGB
CMYK
RGB Variations
Color information
#B38122 (or 0xB38122) is known color: Mandalay. HEX triplet: B3, 81 and 22. RGB value is (179,129,34). Sum of RGB (Red+Green+Blue) = 179+129+34=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B38122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38122 is #4C7EDD. Grayscale: #858585. Windows color (decimal): -5013214 or 2261427. OLE color: 2261427.
HSL color Cylindrical-coordinate representation of color #B38122: hue angle of 39.31º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B38122 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 129 | 34 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.30 |
| HSL | 39.31º | 0.68% | 0.42% | - |
| HSV(B) | 39.31º | 0.81% | 0.7% | - |
| XYZ | 26.73 | 25.4 | 5.01 | - |
| YUV | 133.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 34 | 0 | 0.28 | 0.81 | 0.30 | 39.31 | 0.68 | 0.42 |
| Hex | B3 | 81 | 22 | 0 | 1C | 51 | 1E | 27 | 44 | 2A |
| Octal | 263 | 201 | 42 | 0 | 34 | 121 | 36 | 47 | 104 | 52 |
| Binary | 10110011 | 10000001 | 100010 | 0 | 11100 | 1010001 | 11110 | 100111 | 1000100 | 101010 |
Color Harmonies of #B38122
Complementary color
Monochromatic Colors of #B38122
Black with #B38122
Text Example
Text Example
White with #B38122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38122; }
p { color: rgb(179,129,34); }
H1.HeaderClassName
{
color: #B38122;
}
.AnyTagClassName
{
color: #B38122;
}
</style>
background-color css
<style>
a { background-color: #B38122; }
a { background-color: rgb(179,129,34); }
div.DivClassName
{
background-color: #B38122;
}
.BgClassName
{
background-color: #B38122;
}
</style>
border-color css
<style>
span { border-color: #B38122; }
span { border-color: rgb(179,129,34); }
td.TdClassName
{
border-color: #B38122;
}
.TagClassName
{
border-color: #B38122;
}
</style>