Shades of Mandalay #B07530
Tints of Mandalay #B07530
RGB
CMYK
RGB Variations
Color information
#B07530 (or 0xB07530) is known color: Mandalay. HEX triplet: B0, 75 and 30. RGB value is (176,117,48). Sum of RGB (Red+Green+Blue) = 176+117+48=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B07530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07530 is #4F8ACF. Grayscale: #7F7F7F. Windows color (decimal): -5212880 or 3175856. OLE color: 3175856.
HSL color Cylindrical-coordinate representation of color #B07530: hue angle of 32.34º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B07530 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 48 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.31 |
| HSL | 32.34º | 0.57% | 0.44% | - |
| HSV(B) | 32.34º | 0.73% | 0.69% | - |
| XYZ | 24.8 | 22.17 | 5.77 | - |
| YUV | 126.78 | 83.55 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 48 | 0 | 0.34 | 0.73 | 0.31 | 32.34 | 0.57 | 0.44 |
| Hex | B0 | 75 | 30 | 0 | 22 | 49 | 1F | 20 | 39 | 2C |
| Octal | 260 | 165 | 60 | 0 | 42 | 111 | 37 | 40 | 71 | 54 |
| Binary | 10110000 | 1110101 | 110000 | 0 | 100010 | 1001001 | 11111 | 100000 | 111001 | 101100 |
Color Harmonies of #B07530
Complementary color
Monochromatic Colors of #B07530
Black with #B07530
Text Example
Text Example
White with #B07530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07530; }
p { color: rgb(176,117,48); }
H1.HeaderClassName
{
color: #B07530;
}
.AnyTagClassName
{
color: #B07530;
}
</style>
background-color css
<style>
a { background-color: #B07530; }
a { background-color: rgb(176,117,48); }
div.DivClassName
{
background-color: #B07530;
}
.BgClassName
{
background-color: #B07530;
}
</style>
border-color css
<style>
span { border-color: #B07530; }
span { border-color: rgb(176,117,48); }
td.TdClassName
{
border-color: #B07530;
}
.TagClassName
{
border-color: #B07530;
}
</style>