Shades of Mandalay #B37728
Tints of Mandalay #B37728
RGB
CMYK
RGB Variations
Color information
#B37728 (or 0xB37728) is known color: Mandalay. HEX triplet: B3, 77 and 28. RGB value is (179,119,40). Sum of RGB (Red+Green+Blue) = 179+119+40=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B37728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37728 is #4C88D7. Grayscale: #808080. Windows color (decimal): -5015768 or 2652083. OLE color: 2652083.
HSL color Cylindrical-coordinate representation of color #B37728: hue angle of 34.1º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B37728 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 40 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.30 |
| HSL | 34.1º | 0.63% | 0.43% | - |
| HSV(B) | 34.1º | 0.78% | 0.7% | - |
| XYZ | 25.57 | 22.93 | 5.09 | - |
| YUV | 127.93 | 78.38 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 40 | 0 | 0.34 | 0.78 | 0.30 | 34.1 | 0.63 | 0.43 |
| Hex | B3 | 77 | 28 | 0 | 22 | 4E | 1E | 22 | 3F | 2B |
| Octal | 263 | 167 | 50 | 0 | 42 | 116 | 36 | 42 | 77 | 53 |
| Binary | 10110011 | 1110111 | 101000 | 0 | 100010 | 1001110 | 11110 | 100010 | 111111 | 101011 |
Color Harmonies of #B37728
Complementary color
Monochromatic Colors of #B37728
Black with #B37728
Text Example
Text Example
White with #B37728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37728; }
p { color: rgb(179,119,40); }
H1.HeaderClassName
{
color: #B37728;
}
.AnyTagClassName
{
color: #B37728;
}
</style>
background-color css
<style>
a { background-color: #B37728; }
a { background-color: rgb(179,119,40); }
div.DivClassName
{
background-color: #B37728;
}
.BgClassName
{
background-color: #B37728;
}
</style>
border-color css
<style>
span { border-color: #B37728; }
span { border-color: rgb(179,119,40); }
td.TdClassName
{
border-color: #B37728;
}
.TagClassName
{
border-color: #B37728;
}
</style>