Shades of Mandalay #B2762D
Tints of Mandalay #B2762D
RGB
CMYK
RGB Variations
Color information
#B2762D (or 0xB2762D) is known color: Mandalay. HEX triplet: B2, 76 and 2D. RGB value is (178,118,45). Sum of RGB (Red+Green+Blue) = 178+118+45=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2762D is #4D89D2. Grayscale: #7F7F7F. Windows color (decimal): -5081555 or 2979506. OLE color: 2979506.
HSL color Cylindrical-coordinate representation of color #B2762D: hue angle of 32.93º 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 #B2762D is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 45 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.30 |
| HSL | 32.93º | 0.6% | 0.44% | - |
| HSV(B) | 32.93º | 0.75% | 0.7% | - |
| XYZ | 25.31 | 22.61 | 5.51 | - |
| YUV | 127.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 45 | 0 | 0.34 | 0.75 | 0.30 | 32.93 | 0.6 | 0.44 |
| Hex | B2 | 76 | 2D | 0 | 22 | 4B | 1E | 21 | 3C | 2C |
| Octal | 262 | 166 | 55 | 0 | 42 | 113 | 36 | 41 | 74 | 54 |
| Binary | 10110010 | 1110110 | 101101 | 0 | 100010 | 1001011 | 11110 | 100001 | 111100 | 101100 |
Color Harmonies of #B2762D
Complementary color
Monochromatic Colors of #B2762D
Black with #B2762D
Text Example
Text Example
White with #B2762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2762D; }
p { color: rgb(178,118,45); }
H1.HeaderClassName
{
color: #B2762D;
}
.AnyTagClassName
{
color: #B2762D;
}
</style>
background-color css
<style>
a { background-color: #B2762D; }
a { background-color: rgb(178,118,45); }
div.DivClassName
{
background-color: #B2762D;
}
.BgClassName
{
background-color: #B2762D;
}
</style>
border-color css
<style>
span { border-color: #B2762D; }
span { border-color: rgb(178,118,45); }
td.TdClassName
{
border-color: #B2762D;
}
.TagClassName
{
border-color: #B2762D;
}
</style>