Shades of Mandalay #B37A2A
Tints of Mandalay #B37A2A
RGB
CMYK
RGB Variations
Color information
#B37A2A (or 0xB37A2A) is known color: Mandalay. HEX triplet: B3, 7A and 2A. RGB value is (179,122,42). Sum of RGB (Red+Green+Blue) = 179+122+42=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37A2A is #4C85D5. Grayscale: #828282. Windows color (decimal): -5014998 or 2783923. OLE color: 2783923.
HSL color Cylindrical-coordinate representation of color #B37A2A: hue angle of 35.04º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B37A2A is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 42 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.30 |
| HSL | 35.04º | 0.62% | 0.43% | - |
| HSV(B) | 35.04º | 0.77% | 0.7% | - |
| XYZ | 25.97 | 23.67 | 5.39 | - |
| YUV | 129.92 | 78.38 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 42 | 0 | 0.32 | 0.77 | 0.30 | 35.04 | 0.62 | 0.43 |
| Hex | B3 | 7A | 2A | 0 | 20 | 4D | 1E | 23 | 3E | 2B |
| Octal | 263 | 172 | 52 | 0 | 40 | 115 | 36 | 43 | 76 | 53 |
| Binary | 10110011 | 1111010 | 101010 | 0 | 100000 | 1001101 | 11110 | 100011 | 111110 | 101011 |
Color Harmonies of #B37A2A
Complementary color
Monochromatic Colors of #B37A2A
Black with #B37A2A
Text Example
Text Example
White with #B37A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37A2A; }
p { color: rgb(179,122,42); }
H1.HeaderClassName
{
color: #B37A2A;
}
.AnyTagClassName
{
color: #B37A2A;
}
</style>
background-color css
<style>
a { background-color: #B37A2A; }
a { background-color: rgb(179,122,42); }
div.DivClassName
{
background-color: #B37A2A;
}
.BgClassName
{
background-color: #B37A2A;
}
</style>
border-color css
<style>
span { border-color: #B37A2A; }
span { border-color: rgb(179,122,42); }
td.TdClassName
{
border-color: #B37A2A;
}
.TagClassName
{
border-color: #B37A2A;
}
</style>