Shades of Mandalay #B07C30
Tints of Mandalay #B07C30
RGB
CMYK
RGB Variations
Color information
#B07C30 (or 0xB07C30) is known color: Mandalay. HEX triplet: B0, 7C and 30. RGB value is (176,124,48). Sum of RGB (Red+Green+Blue) = 176+124+48=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C30 is #4F83CF. Grayscale: #838383. Windows color (decimal): -5211088 or 3177648. OLE color: 3177648.
HSL color Cylindrical-coordinate representation of color #B07C30: hue angle of 35.62º 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 #B07C30 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 48 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.31 |
| HSL | 35.63º | 0.57% | 0.44% | - |
| HSV(B) | 35.63º | 0.73% | 0.69% | - |
| XYZ | 25.65 | 23.86 | 6.05 | - |
| YUV | 130.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 48 | 0 | 0.30 | 0.73 | 0.31 | 35.63 | 0.57 | 0.44 |
| Hex | B0 | 7C | 30 | 0 | 1E | 49 | 1F | 24 | 39 | 2C |
| Octal | 260 | 174 | 60 | 0 | 36 | 111 | 37 | 44 | 71 | 54 |
| Binary | 10110000 | 1111100 | 110000 | 0 | 11110 | 1001001 | 11111 | 100100 | 111001 | 101100 |
Color Harmonies of #B07C30
Complementary color
Monochromatic Colors of #B07C30
Black with #B07C30
Text Example
Text Example
White with #B07C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07C30; }
p { color: rgb(176,124,48); }
H1.HeaderClassName
{
color: #B07C30;
}
.AnyTagClassName
{
color: #B07C30;
}
</style>
background-color css
<style>
a { background-color: #B07C30; }
a { background-color: rgb(176,124,48); }
div.DivClassName
{
background-color: #B07C30;
}
.BgClassName
{
background-color: #B07C30;
}
</style>
border-color css
<style>
span { border-color: #B07C30; }
span { border-color: rgb(176,124,48); }
td.TdClassName
{
border-color: #B07C30;
}
.TagClassName
{
border-color: #B07C30;
}
</style>