Shades of Mandalay #B07D32
Tints of Mandalay #B07D32
RGB
CMYK
RGB Variations
Color information
#B07D32 (or 0xB07D32) is known color: Mandalay. HEX triplet: B0, 7D and 32. RGB value is (176,125,50). Sum of RGB (Red+Green+Blue) = 176+125+50=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07D32 is #4F82CD. Grayscale: #848484. Windows color (decimal): -5210830 or 3308976. OLE color: 3308976.
HSL color Cylindrical-coordinate representation of color #B07D32: hue angle of 35.71º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B07D32 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 50 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.31 |
| HSL | 35.71º | 0.56% | 0.44% | - |
| HSV(B) | 35.71º | 0.72% | 0.69% | - |
| XYZ | 25.81 | 24.13 | 6.31 | - |
| YUV | 131.7 | 81.9 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 50 | 0 | 0.29 | 0.72 | 0.31 | 35.71 | 0.56 | 0.44 |
| Hex | B0 | 7D | 32 | 0 | 1D | 48 | 1F | 24 | 38 | 2C |
| Octal | 260 | 175 | 62 | 0 | 35 | 110 | 37 | 44 | 70 | 54 |
| Binary | 10110000 | 1111101 | 110010 | 0 | 11101 | 1001000 | 11111 | 100100 | 111000 | 101100 |
Color Harmonies of #B07D32
Complementary color
Monochromatic Colors of #B07D32
Black with #B07D32
Text Example
Text Example
White with #B07D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07D32; }
p { color: rgb(176,125,50); }
H1.HeaderClassName
{
color: #B07D32;
}
.AnyTagClassName
{
color: #B07D32;
}
</style>
background-color css
<style>
a { background-color: #B07D32; }
a { background-color: rgb(176,125,50); }
div.DivClassName
{
background-color: #B07D32;
}
.BgClassName
{
background-color: #B07D32;
}
</style>
border-color css
<style>
span { border-color: #B07D32; }
span { border-color: rgb(176,125,50); }
td.TdClassName
{
border-color: #B07D32;
}
.TagClassName
{
border-color: #B07D32;
}
</style>