Shades of Mandalay #B2762F
Tints of Mandalay #B2762F
RGB
CMYK
RGB Variations
Color information
#B2762F (or 0xB2762F) is known color: Mandalay. HEX triplet: B2, 76 and 2F. RGB value is (178,118,47). Sum of RGB (Red+Green+Blue) = 178+118+47=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2762F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2762F is #4D89D0. Grayscale: #808080. Windows color (decimal): -5081553 or 3110578. OLE color: 3110578.
HSL color Cylindrical-coordinate representation of color #B2762F: hue angle of 32.52º degrees, saturation: 0.58, 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 #B2762F is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 47 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.30 |
| HSL | 32.52º | 0.58% | 0.44% | - |
| HSV(B) | 32.52º | 0.74% | 0.7% | - |
| XYZ | 25.35 | 22.63 | 5.72 | - |
| YUV | 127.85 | 82.38 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 47 | 0 | 0.34 | 0.74 | 0.30 | 32.52 | 0.58 | 0.44 |
| Hex | B2 | 76 | 2F | 0 | 22 | 4A | 1E | 21 | 3A | 2C |
| Octal | 262 | 166 | 57 | 0 | 42 | 112 | 36 | 41 | 72 | 54 |
| Binary | 10110010 | 1110110 | 101111 | 0 | 100010 | 1001010 | 11110 | 100001 | 111010 | 101100 |
Color Harmonies of #B2762F
Complementary color
Monochromatic Colors of #B2762F
Black with #B2762F
Text Example
Text Example
White with #B2762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2762F; }
p { color: rgb(178,118,47); }
H1.HeaderClassName
{
color: #B2762F;
}
.AnyTagClassName
{
color: #B2762F;
}
</style>
background-color css
<style>
a { background-color: #B2762F; }
a { background-color: rgb(178,118,47); }
div.DivClassName
{
background-color: #B2762F;
}
.BgClassName
{
background-color: #B2762F;
}
</style>
border-color css
<style>
span { border-color: #B2762F; }
span { border-color: rgb(178,118,47); }
td.TdClassName
{
border-color: #B2762F;
}
.TagClassName
{
border-color: #B2762F;
}
</style>