Shades of Mandalay #B07E24
Tints of Mandalay #B07E24
RGB
CMYK
RGB Variations
Color information
#B07E24 (or 0xB07E24) is known color: Mandalay. HEX triplet: B0, 7E and 24. RGB value is (176,126,36). Sum of RGB (Red+Green+Blue) = 176+126+36=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E24 is #4F81DB. Grayscale: #838383. Windows color (decimal): -5210588 or 2391728. OLE color: 2391728.
HSL color Cylindrical-coordinate representation of color #B07E24: hue angle of 38.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B07E24 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 36 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.31 |
| HSL | 38.57º | 0.66% | 0.42% | - |
| HSV(B) | 38.57º | 0.8% | 0.69% | - |
| XYZ | 25.68 | 24.28 | 5 | - |
| YUV | 130.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 36 | 0 | 0.28 | 0.80 | 0.31 | 38.57 | 0.66 | 0.42 |
| Hex | B0 | 7E | 24 | 0 | 1C | 50 | 1F | 27 | 42 | 2A |
| Octal | 260 | 176 | 44 | 0 | 34 | 120 | 37 | 47 | 102 | 52 |
| Binary | 10110000 | 1111110 | 100100 | 0 | 11100 | 1010000 | 11111 | 100111 | 1000010 | 101010 |
Color Harmonies of #B07E24
Complementary color
Monochromatic Colors of #B07E24
Black with #B07E24
Text Example
Text Example
White with #B07E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E24; }
p { color: rgb(176,126,36); }
H1.HeaderClassName
{
color: #B07E24;
}
.AnyTagClassName
{
color: #B07E24;
}
</style>
background-color css
<style>
a { background-color: #B07E24; }
a { background-color: rgb(176,126,36); }
div.DivClassName
{
background-color: #B07E24;
}
.BgClassName
{
background-color: #B07E24;
}
</style>
border-color css
<style>
span { border-color: #B07E24; }
span { border-color: rgb(176,126,36); }
td.TdClassName
{
border-color: #B07E24;
}
.TagClassName
{
border-color: #B07E24;
}
</style>