Shades of Mandalay #B07F36
Tints of Mandalay #B07F36
RGB
CMYK
RGB Variations
Color information
#B07F36 (or 0xB07F36) is known color: Mandalay. HEX triplet: B0, 7F and 36. RGB value is (176,127,54). Sum of RGB (Red+Green+Blue) = 176+127+54=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07F36 is #4F80C9. Grayscale: #858585. Windows color (decimal): -5210314 or 3571632. OLE color: 3571632.
HSL color Cylindrical-coordinate representation of color #B07F36: hue angle of 35.9º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B07F36 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 127 | 54 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.31 |
| HSL | 35.9º | 0.53% | 0.45% | - |
| HSV(B) | 35.9º | 0.69% | 0.69% | - |
| XYZ | 26.16 | 24.68 | 6.87 | - |
| YUV | 133.33 | 83.23 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 54 | 0 | 0.28 | 0.69 | 0.31 | 35.9 | 0.53 | 0.45 |
| Hex | B0 | 7F | 36 | 0 | 1C | 45 | 1F | 24 | 35 | 2D |
| Octal | 260 | 177 | 66 | 0 | 34 | 105 | 37 | 44 | 65 | 55 |
| Binary | 10110000 | 1111111 | 110110 | 0 | 11100 | 1000101 | 11111 | 100100 | 110101 | 101101 |
Color Harmonies of #B07F36
Complementary color
Monochromatic Colors of #B07F36
Black with #B07F36
Text Example
Text Example
White with #B07F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07F36; }
p { color: rgb(176,127,54); }
H1.HeaderClassName
{
color: #B07F36;
}
.AnyTagClassName
{
color: #B07F36;
}
</style>
background-color css
<style>
a { background-color: #B07F36; }
a { background-color: rgb(176,127,54); }
div.DivClassName
{
background-color: #B07F36;
}
.BgClassName
{
background-color: #B07F36;
}
</style>
border-color css
<style>
span { border-color: #B07F36; }
span { border-color: rgb(176,127,54); }
td.TdClassName
{
border-color: #B07F36;
}
.TagClassName
{
border-color: #B07F36;
}
</style>