Shades of Mandalay #B2762E
Tints of Mandalay #B2762E
RGB
CMYK
RGB Variations
Color information
#B2762E (or 0xB2762E) is known color: Mandalay. HEX triplet: B2, 76 and 2E. RGB value is (178,118,46). Sum of RGB (Red+Green+Blue) = 178+118+46=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2762E is #4D89D1. Grayscale: #808080. Windows color (decimal): -5081554 or 3045042. OLE color: 3045042.
HSL color Cylindrical-coordinate representation of color #B2762E: hue angle of 32.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2762E is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 46 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.30 |
| HSL | 32.73º | 0.59% | 0.44% | - |
| HSV(B) | 32.73º | 0.74% | 0.7% | - |
| XYZ | 25.33 | 22.62 | 5.62 | - |
| YUV | 127.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 46 | 0 | 0.34 | 0.74 | 0.30 | 32.73 | 0.59 | 0.44 |
| Hex | B2 | 76 | 2E | 0 | 22 | 4A | 1E | 21 | 3B | 2C |
| Octal | 262 | 166 | 56 | 0 | 42 | 112 | 36 | 41 | 73 | 54 |
| Binary | 10110010 | 1110110 | 101110 | 0 | 100010 | 1001010 | 11110 | 100001 | 111011 | 101100 |
Color Harmonies of #B2762E
Complementary color
Monochromatic Colors of #B2762E
Black with #B2762E
Text Example
Text Example
White with #B2762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2762E; }
p { color: rgb(178,118,46); }
H1.HeaderClassName
{
color: #B2762E;
}
.AnyTagClassName
{
color: #B2762E;
}
</style>
background-color css
<style>
a { background-color: #B2762E; }
a { background-color: rgb(178,118,46); }
div.DivClassName
{
background-color: #B2762E;
}
.BgClassName
{
background-color: #B2762E;
}
</style>
border-color css
<style>
span { border-color: #B2762E; }
span { border-color: rgb(178,118,46); }
td.TdClassName
{
border-color: #B2762E;
}
.TagClassName
{
border-color: #B2762E;
}
</style>