Shades of Mandalay #B37A2D
Tints of Mandalay #B37A2D
RGB
CMYK
RGB Variations
Color information
#B37A2D (or 0xB37A2D) is known color: Mandalay. HEX triplet: B3, 7A and 2D. RGB value is (179,122,45). Sum of RGB (Red+Green+Blue) = 179+122+45=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37A2D is #4C85D2. Grayscale: #828282. Windows color (decimal): -5014995 or 2980531. OLE color: 2980531.
HSL color Cylindrical-coordinate representation of color #B37A2D: hue angle of 34.48º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B37A2D is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 45 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.30 |
| HSL | 34.48º | 0.6% | 0.44% | - |
| HSV(B) | 34.48º | 0.75% | 0.7% | - |
| XYZ | 26.02 | 23.69 | 5.68 | - |
| YUV | 130.27 | 79.88 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 45 | 0 | 0.32 | 0.75 | 0.30 | 34.48 | 0.6 | 0.44 |
| Hex | B3 | 7A | 2D | 0 | 20 | 4B | 1E | 22 | 3C | 2C |
| Octal | 263 | 172 | 55 | 0 | 40 | 113 | 36 | 42 | 74 | 54 |
| Binary | 10110011 | 1111010 | 101101 | 0 | 100000 | 1001011 | 11110 | 100010 | 111100 | 101100 |
Color Harmonies of #B37A2D
Complementary color
Monochromatic Colors of #B37A2D
Black with #B37A2D
Text Example
Text Example
White with #B37A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37A2D; }
p { color: rgb(179,122,45); }
H1.HeaderClassName
{
color: #B37A2D;
}
.AnyTagClassName
{
color: #B37A2D;
}
</style>
background-color css
<style>
a { background-color: #B37A2D; }
a { background-color: rgb(179,122,45); }
div.DivClassName
{
background-color: #B37A2D;
}
.BgClassName
{
background-color: #B37A2D;
}
</style>
border-color css
<style>
span { border-color: #B37A2D; }
span { border-color: rgb(179,122,45); }
td.TdClassName
{
border-color: #B37A2D;
}
.TagClassName
{
border-color: #B37A2D;
}
</style>