Shades of Mandalay #B2832D
Tints of Mandalay #B2832D
RGB
CMYK
RGB Variations
Color information
#B2832D (or 0xB2832D) is known color: Mandalay. HEX triplet: B2, 83 and 2D. RGB value is (178,131,45). Sum of RGB (Red+Green+Blue) = 178+131+45=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2832D is #4D7CD2. Grayscale: #878787. Windows color (decimal): -5078227 or 2982834. OLE color: 2982834.
HSL color Cylindrical-coordinate representation of color #B2832D: hue angle of 38.8º 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 #B2832D is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 45 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.30 |
| HSL | 38.8º | 0.6% | 0.44% | - |
| HSV(B) | 38.8º | 0.75% | 0.7% | - |
| XYZ | 26.95 | 25.89 | 6.06 | - |
| YUV | 135.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 45 | 0 | 0.26 | 0.75 | 0.30 | 38.8 | 0.6 | 0.44 |
| Hex | B2 | 83 | 2D | 0 | 1A | 4B | 1E | 27 | 3C | 2C |
| Octal | 262 | 203 | 55 | 0 | 32 | 113 | 36 | 47 | 74 | 54 |
| Binary | 10110010 | 10000011 | 101101 | 0 | 11010 | 1001011 | 11110 | 100111 | 111100 | 101100 |
Color Harmonies of #B2832D
Complementary color
Monochromatic Colors of #B2832D
Black with #B2832D
Text Example
Text Example
White with #B2832D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2832D; }
p { color: rgb(178,131,45); }
H1.HeaderClassName
{
color: #B2832D;
}
.AnyTagClassName
{
color: #B2832D;
}
</style>
background-color css
<style>
a { background-color: #B2832D; }
a { background-color: rgb(178,131,45); }
div.DivClassName
{
background-color: #B2832D;
}
.BgClassName
{
background-color: #B2832D;
}
</style>
border-color css
<style>
span { border-color: #B2832D; }
span { border-color: rgb(178,131,45); }
td.TdClassName
{
border-color: #B2832D;
}
.TagClassName
{
border-color: #B2832D;
}
</style>