Shades of Mandalay #B5762D
Tints of Mandalay #B5762D
RGB
CMYK
RGB Variations
Color information
#B5762D (or 0xB5762D) is known color: Mandalay. HEX triplet: B5, 76 and 2D. RGB value is (181,118,45). Sum of RGB (Red+Green+Blue) = 181+118+45=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5762D is #4A89D2. Grayscale: #808080. Windows color (decimal): -4884947 or 2979509. OLE color: 2979509.
HSL color Cylindrical-coordinate representation of color #B5762D: hue angle of 32.21º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5762D is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 45 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.29 |
| HSL | 32.21º | 0.6% | 0.44% | - |
| HSV(B) | 32.21º | 0.75% | 0.71% | - |
| XYZ | 26.01 | 22.97 | 5.55 | - |
| YUV | 128.52 | 80.87 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 45 | 0 | 0.35 | 0.75 | 0.29 | 32.21 | 0.6 | 0.44 |
| Hex | B5 | 76 | 2D | 0 | 23 | 4B | 1D | 20 | 3C | 2C |
| Octal | 265 | 166 | 55 | 0 | 43 | 113 | 35 | 40 | 74 | 54 |
| Binary | 10110101 | 1110110 | 101101 | 0 | 100011 | 1001011 | 11101 | 100000 | 111100 | 101100 |
Color Harmonies of #B5762D
Complementary color
Monochromatic Colors of #B5762D
Black with #B5762D
Text Example
Text Example
White with #B5762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5762D; }
p { color: rgb(181,118,45); }
H1.HeaderClassName
{
color: #B5762D;
}
.AnyTagClassName
{
color: #B5762D;
}
</style>
background-color css
<style>
a { background-color: #B5762D; }
a { background-color: rgb(181,118,45); }
div.DivClassName
{
background-color: #B5762D;
}
.BgClassName
{
background-color: #B5762D;
}
</style>
border-color css
<style>
span { border-color: #B5762D; }
span { border-color: rgb(181,118,45); }
td.TdClassName
{
border-color: #B5762D;
}
.TagClassName
{
border-color: #B5762D;
}
</style>