Shades of Mandalay #B4752D
Tints of Mandalay #B4752D
RGB
CMYK
RGB Variations
Color information
#B4752D (or 0xB4752D) is known color: Mandalay. HEX triplet: B4, 75 and 2D. RGB value is (180,117,45). Sum of RGB (Red+Green+Blue) = 180+117+45=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4752D is #4B8AD2. Grayscale: #7F7F7F. Windows color (decimal): -4950739 or 2979252. OLE color: 2979252.
HSL color Cylindrical-coordinate representation of color #B4752D: hue angle of 32º 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 #B4752D is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 45 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.29 |
| HSL | 32º | 0.6% | 0.44% | - |
| HSV(B) | 32º | 0.75% | 0.71% | - |
| XYZ | 25.66 | 22.62 | 5.5 | - |
| YUV | 127.63 | 81.37 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 45 | 0 | 0.35 | 0.75 | 0.29 | 32 | 0.6 | 0.44 |
| Hex | B4 | 75 | 2D | 0 | 23 | 4B | 1D | 20 | 3C | 2C |
| Octal | 264 | 165 | 55 | 0 | 43 | 113 | 35 | 40 | 74 | 54 |
| Binary | 10110100 | 1110101 | 101101 | 0 | 100011 | 1001011 | 11101 | 100000 | 111100 | 101100 |
Color Harmonies of #B4752D
Complementary color
Monochromatic Colors of #B4752D
Black with #B4752D
Text Example
Text Example
White with #B4752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4752D; }
p { color: rgb(180,117,45); }
H1.HeaderClassName
{
color: #B4752D;
}
.AnyTagClassName
{
color: #B4752D;
}
</style>
background-color css
<style>
a { background-color: #B4752D; }
a { background-color: rgb(180,117,45); }
div.DivClassName
{
background-color: #B4752D;
}
.BgClassName
{
background-color: #B4752D;
}
</style>
border-color css
<style>
span { border-color: #B4752D; }
span { border-color: rgb(180,117,45); }
td.TdClassName
{
border-color: #B4752D;
}
.TagClassName
{
border-color: #B4752D;
}
</style>