Shades of Mandalay #B07F35
Tints of Mandalay #B07F35
RGB
CMYK
RGB Variations
Color information
#B07F35 (or 0xB07F35) is known color: Mandalay. HEX triplet: B0, 7F and 35. RGB value is (176,127,53). Sum of RGB (Red+Green+Blue) = 176+127+53=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07F35 is #4F80CA. Grayscale: #858585. Windows color (decimal): -5210315 or 3506096. OLE color: 3506096.
HSL color Cylindrical-coordinate representation of color #B07F35: hue angle of 36.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B07F35 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 127 | 53 | - |
CMYK | 0 | 0.28 | 0.70 | 0.31 |
HSL | 36.1º | 0.54% | 0.45% | - |
HSV(B) | 36.1º | 0.7% | 0.69% | - |
XYZ | 26.14 | 24.67 | 6.75 | - |
YUV | 133.22 | 82.73 | 158.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 127 | 53 | 0 | 0.28 | 0.70 | 0.31 | 36.1 | 0.54 | 0.45 |
Hex | B0 | 7F | 35 | 0 | 1C | 46 | 1F | 24 | 36 | 2D |
Octal | 260 | 177 | 65 | 0 | 34 | 106 | 37 | 44 | 66 | 55 |
Binary | 10110000 | 1111111 | 110101 | 0 | 11100 | 1000110 | 11111 | 100100 | 110110 | 101101 |
Color Harmonies of #B07F35
Complementary color
Monochromatic Colors of #B07F35
Black with #B07F35
Text Example
Text Example
White with #B07F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07F35; }
p { color: rgb(176,127,53); }
H1.HeaderClassName
{
color: #B07F35;
}
.AnyTagClassName
{
color: #B07F35;
}
</style>
background-color css
<style>
a { background-color: #B07F35; }
a { background-color: rgb(176,127,53); }
div.DivClassName
{
background-color: #B07F35;
}
.BgClassName
{
background-color: #B07F35;
}
</style>
border-color css
<style>
span { border-color: #B07F35; }
span { border-color: rgb(176,127,53); }
td.TdClassName
{
border-color: #B07F35;
}
.TagClassName
{
border-color: #B07F35;
}
</style>