Shades of Mandalay #B07728
Tints of Mandalay #B07728
RGB
CMYK
RGB Variations
Color information
#B07728 (or 0xB07728) is known color: Mandalay. HEX triplet: B0, 77 and 28. RGB value is (176,119,40). Sum of RGB (Red+Green+Blue) = 176+119+40=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B07728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07728 is #4F88D7. Grayscale: #7F7F7F. Windows color (decimal): -5212376 or 2652080. OLE color: 2652080.
HSL color Cylindrical-coordinate representation of color #B07728: hue angle of 34.85º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B07728 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 40 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.31 |
| HSL | 34.85º | 0.63% | 0.42% | - |
| HSV(B) | 34.85º | 0.77% | 0.69% | - |
| XYZ | 24.88 | 22.58 | 5.05 | - |
| YUV | 127.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 40 | 0 | 0.32 | 0.77 | 0.31 | 34.85 | 0.63 | 0.42 |
| Hex | B0 | 77 | 28 | 0 | 20 | 4D | 1F | 23 | 3F | 2A |
| Octal | 260 | 167 | 50 | 0 | 40 | 115 | 37 | 43 | 77 | 52 |
| Binary | 10110000 | 1110111 | 101000 | 0 | 100000 | 1001101 | 11111 | 100011 | 111111 | 101010 |
Color Harmonies of #B07728
Complementary color
Monochromatic Colors of #B07728
Black with #B07728
Text Example
Text Example
White with #B07728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07728; }
p { color: rgb(176,119,40); }
H1.HeaderClassName
{
color: #B07728;
}
.AnyTagClassName
{
color: #B07728;
}
</style>
background-color css
<style>
a { background-color: #B07728; }
a { background-color: rgb(176,119,40); }
div.DivClassName
{
background-color: #B07728;
}
.BgClassName
{
background-color: #B07728;
}
</style>
border-color css
<style>
span { border-color: #B07728; }
span { border-color: rgb(176,119,40); }
td.TdClassName
{
border-color: #B07728;
}
.TagClassName
{
border-color: #B07728;
}
</style>