Shades of Mandalay #B37D25
Tints of Mandalay #B37D25
RGB
CMYK
RGB Variations
Color information
#B37D25 (or 0xB37D25) is known color: Mandalay. HEX triplet: B3, 7D and 25. RGB value is (179,125,37). Sum of RGB (Red+Green+Blue) = 179+125+37=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37D25 is #4C82DA. Grayscale: #838383. Windows color (decimal): -5014235 or 2457011. OLE color: 2457011.
HSL color Cylindrical-coordinate representation of color #B37D25: hue angle of 37.18º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B37D25 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 37 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.30 |
| HSL | 37.18º | 0.66% | 0.42% | - |
| HSV(B) | 37.18º | 0.79% | 0.7% | - |
| XYZ | 26.26 | 24.38 | 5.07 | - |
| YUV | 131.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 37 | 0 | 0.30 | 0.79 | 0.30 | 37.18 | 0.66 | 0.42 |
| Hex | B3 | 7D | 25 | 0 | 1E | 4F | 1E | 25 | 42 | 2A |
| Octal | 263 | 175 | 45 | 0 | 36 | 117 | 36 | 45 | 102 | 52 |
| Binary | 10110011 | 1111101 | 100101 | 0 | 11110 | 1001111 | 11110 | 100101 | 1000010 | 101010 |
Color Harmonies of #B37D25
Complementary color
Monochromatic Colors of #B37D25
Black with #B37D25
Text Example
Text Example
White with #B37D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D25; }
p { color: rgb(179,125,37); }
H1.HeaderClassName
{
color: #B37D25;
}
.AnyTagClassName
{
color: #B37D25;
}
</style>
background-color css
<style>
a { background-color: #B37D25; }
a { background-color: rgb(179,125,37); }
div.DivClassName
{
background-color: #B37D25;
}
.BgClassName
{
background-color: #B37D25;
}
</style>
border-color css
<style>
span { border-color: #B37D25; }
span { border-color: rgb(179,125,37); }
td.TdClassName
{
border-color: #B37D25;
}
.TagClassName
{
border-color: #B37D25;
}
</style>