Shades of Mandalay #B37C2B
Tints of Mandalay #B37C2B
RGB
CMYK
RGB Variations
Color information
#B37C2B (or 0xB37C2B) is known color: Mandalay. HEX triplet: B3, 7C and 2B. RGB value is (179,124,43). Sum of RGB (Red+Green+Blue) = 179+124+43=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C2B is #4C83D4. Grayscale: #838383. Windows color (decimal): -5014485 or 2849971. OLE color: 2849971.
HSL color Cylindrical-coordinate representation of color #B37C2B: hue angle of 35.74º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B37C2B is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 43 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.30 |
| HSL | 35.74º | 0.61% | 0.44% | - |
| HSV(B) | 35.74º | 0.76% | 0.7% | - |
| XYZ | 26.23 | 24.17 | 5.57 | - |
| YUV | 131.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 43 | 0 | 0.31 | 0.76 | 0.30 | 35.74 | 0.61 | 0.44 |
| Hex | B3 | 7C | 2B | 0 | 1F | 4C | 1E | 24 | 3D | 2C |
| Octal | 263 | 174 | 53 | 0 | 37 | 114 | 36 | 44 | 75 | 54 |
| Binary | 10110011 | 1111100 | 101011 | 0 | 11111 | 1001100 | 11110 | 100100 | 111101 | 101100 |
Color Harmonies of #B37C2B
Complementary color
Monochromatic Colors of #B37C2B
Black with #B37C2B
Text Example
Text Example
White with #B37C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C2B; }
p { color: rgb(179,124,43); }
H1.HeaderClassName
{
color: #B37C2B;
}
.AnyTagClassName
{
color: #B37C2B;
}
</style>
background-color css
<style>
a { background-color: #B37C2B; }
a { background-color: rgb(179,124,43); }
div.DivClassName
{
background-color: #B37C2B;
}
.BgClassName
{
background-color: #B37C2B;
}
</style>
border-color css
<style>
span { border-color: #B37C2B; }
span { border-color: rgb(179,124,43); }
td.TdClassName
{
border-color: #B37C2B;
}
.TagClassName
{
border-color: #B37C2B;
}
</style>