Shades of Mandalay #B2852D
Tints of Mandalay #B2852D
RGB
CMYK
RGB Variations
Color information
#B2852D (or 0xB2852D) is known color: Mandalay. HEX triplet: B2, 85 and 2D. RGB value is (178,133,45). Sum of RGB (Red+Green+Blue) = 178+133+45=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2852D is #4D7AD2. Grayscale: #888888. Windows color (decimal): -5077715 or 2983346. OLE color: 2983346.
HSL color Cylindrical-coordinate representation of color #B2852D: hue angle of 39.7º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2852D is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 45 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.30 |
| HSL | 39.7º | 0.6% | 0.44% | - |
| HSV(B) | 39.7º | 0.75% | 0.7% | - |
| XYZ | 27.22 | 26.43 | 6.15 | - |
| YUV | 136.42 | 76.41 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 45 | 0 | 0.25 | 0.75 | 0.30 | 39.7 | 0.6 | 0.44 |
| Hex | B2 | 85 | 2D | 0 | 19 | 4B | 1E | 28 | 3C | 2C |
| Octal | 262 | 205 | 55 | 0 | 31 | 113 | 36 | 50 | 74 | 54 |
| Binary | 10110010 | 10000101 | 101101 | 0 | 11001 | 1001011 | 11110 | 101000 | 111100 | 101100 |
Color Harmonies of #B2852D
Complementary color
Monochromatic Colors of #B2852D
Black with #B2852D
Text Example
Text Example
White with #B2852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2852D; }
p { color: rgb(178,133,45); }
H1.HeaderClassName
{
color: #B2852D;
}
.AnyTagClassName
{
color: #B2852D;
}
</style>
background-color css
<style>
a { background-color: #B2852D; }
a { background-color: rgb(178,133,45); }
div.DivClassName
{
background-color: #B2852D;
}
.BgClassName
{
background-color: #B2852D;
}
</style>
border-color css
<style>
span { border-color: #B2852D; }
span { border-color: rgb(178,133,45); }
td.TdClassName
{
border-color: #B2852D;
}
.TagClassName
{
border-color: #B2852D;
}
</style>