Shades of Mandalay #B5772D
Tints of Mandalay #B5772D
RGB
CMYK
RGB Variations
Color information
#B5772D (or 0xB5772D) is known color: Mandalay. HEX triplet: B5, 77 and 2D. RGB value is (181,119,45). Sum of RGB (Red+Green+Blue) = 181+119+45=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5772D is #4A88D2. Grayscale: #818181. Windows color (decimal): -4884691 or 2979765. OLE color: 2979765.
HSL color Cylindrical-coordinate representation of color #B5772D: hue angle of 32.65º 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 #B5772D is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 45 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.29 |
| HSL | 32.65º | 0.6% | 0.44% | - |
| HSV(B) | 32.65º | 0.75% | 0.71% | - |
| XYZ | 26.13 | 23.21 | 5.58 | - |
| YUV | 129.1 | 80.54 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 45 | 0 | 0.34 | 0.75 | 0.29 | 32.65 | 0.6 | 0.44 |
| Hex | B5 | 77 | 2D | 0 | 22 | 4B | 1D | 21 | 3C | 2C |
| Octal | 265 | 167 | 55 | 0 | 42 | 113 | 35 | 41 | 74 | 54 |
| Binary | 10110101 | 1110111 | 101101 | 0 | 100010 | 1001011 | 11101 | 100001 | 111100 | 101100 |
Color Harmonies of #B5772D
Complementary color
Monochromatic Colors of #B5772D
Black with #B5772D
Text Example
Text Example
White with #B5772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5772D; }
p { color: rgb(181,119,45); }
H1.HeaderClassName
{
color: #B5772D;
}
.AnyTagClassName
{
color: #B5772D;
}
</style>
background-color css
<style>
a { background-color: #B5772D; }
a { background-color: rgb(181,119,45); }
div.DivClassName
{
background-color: #B5772D;
}
.BgClassName
{
background-color: #B5772D;
}
</style>
border-color css
<style>
span { border-color: #B5772D; }
span { border-color: rgb(181,119,45); }
td.TdClassName
{
border-color: #B5772D;
}
.TagClassName
{
border-color: #B5772D;
}
</style>