Shades of Mandalay #B2752F
Tints of Mandalay #B2752F
RGB
CMYK
RGB Variations
Color information
#B2752F (or 0xB2752F) is known color: Mandalay. HEX triplet: B2, 75 and 2F. RGB value is (178,117,47). Sum of RGB (Red+Green+Blue) = 178+117+47=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2752F is #4D8AD0. Grayscale: #7F7F7F. Windows color (decimal): -5081809 or 3110322. OLE color: 3110322.
HSL color Cylindrical-coordinate representation of color #B2752F: hue angle of 32.06º 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 #B2752F is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 47 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.30 |
| HSL | 32.06º | 0.58% | 0.44% | - |
| HSV(B) | 32.06º | 0.74% | 0.7% | - |
| XYZ | 25.23 | 22.39 | 5.68 | - |
| YUV | 127.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 47 | 0 | 0.34 | 0.74 | 0.30 | 32.06 | 0.58 | 0.44 |
| Hex | B2 | 75 | 2F | 0 | 22 | 4A | 1E | 20 | 3A | 2C |
| Octal | 262 | 165 | 57 | 0 | 42 | 112 | 36 | 40 | 72 | 54 |
| Binary | 10110010 | 1110101 | 101111 | 0 | 100010 | 1001010 | 11110 | 100000 | 111010 | 101100 |
Color Harmonies of #B2752F
Complementary color
Monochromatic Colors of #B2752F
Black with #B2752F
Text Example
Text Example
White with #B2752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2752F; }
p { color: rgb(178,117,47); }
H1.HeaderClassName
{
color: #B2752F;
}
.AnyTagClassName
{
color: #B2752F;
}
</style>
background-color css
<style>
a { background-color: #B2752F; }
a { background-color: rgb(178,117,47); }
div.DivClassName
{
background-color: #B2752F;
}
.BgClassName
{
background-color: #B2752F;
}
</style>
border-color css
<style>
span { border-color: #B2752F; }
span { border-color: rgb(178,117,47); }
td.TdClassName
{
border-color: #B2752F;
}
.TagClassName
{
border-color: #B2752F;
}
</style>