Shades of Mandalay #B0752E
Tints of Mandalay #B0752E
RGB
CMYK
RGB Variations
Color information
#B0752E (or 0xB0752E) is known color: Mandalay. HEX triplet: B0, 75 and 2E. RGB value is (176,117,46). Sum of RGB (Red+Green+Blue) = 176+117+46=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0752E is #4F8AD1. Grayscale: #7E7E7E. Windows color (decimal): -5212882 or 3044784. OLE color: 3044784.
HSL color Cylindrical-coordinate representation of color #B0752E: hue angle of 32.77º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0752E is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 46 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.31 |
| HSL | 32.77º | 0.59% | 0.44% | - |
| HSV(B) | 32.77º | 0.74% | 0.69% | - |
| XYZ | 24.76 | 22.15 | 5.56 | - |
| YUV | 126.55 | 82.55 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 46 | 0 | 0.34 | 0.74 | 0.31 | 32.77 | 0.59 | 0.44 |
| Hex | B0 | 75 | 2E | 0 | 22 | 4A | 1F | 21 | 3B | 2C |
| Octal | 260 | 165 | 56 | 0 | 42 | 112 | 37 | 41 | 73 | 54 |
| Binary | 10110000 | 1110101 | 101110 | 0 | 100010 | 1001010 | 11111 | 100001 | 111011 | 101100 |
Color Harmonies of #B0752E
Complementary color
Monochromatic Colors of #B0752E
Black with #B0752E
Text Example
Text Example
White with #B0752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0752E; }
p { color: rgb(176,117,46); }
H1.HeaderClassName
{
color: #B0752E;
}
.AnyTagClassName
{
color: #B0752E;
}
</style>
background-color css
<style>
a { background-color: #B0752E; }
a { background-color: rgb(176,117,46); }
div.DivClassName
{
background-color: #B0752E;
}
.BgClassName
{
background-color: #B0752E;
}
</style>
border-color css
<style>
span { border-color: #B0752E; }
span { border-color: rgb(176,117,46); }
td.TdClassName
{
border-color: #B0752E;
}
.TagClassName
{
border-color: #B0752E;
}
</style>