Shades of Grenadier #B64C32
Tints of Grenadier #B64C32
RGB
CMYK
RGB Variations
Color information
#B64C32 (or 0xB64C32) is known color: Grenadier. HEX triplet: B6, 4C and 32. RGB value is (182,76,50). Sum of RGB (Red+Green+Blue) = 182+76+50=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C32 is #49B3CD. Grayscale: #686868. Windows color (decimal): -4830158 or 3296438. OLE color: 3296438.
HSL color Cylindrical-coordinate representation of color #B64C32: hue angle of 11.82º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B64C32 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 50 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.29 |
| HSL | 11.82º | 0.57% | 0.45% | - |
| HSV(B) | 11.82º | 0.73% | 0.71% | - |
| XYZ | 22.45 | 15.34 | 4.8 | - |
| YUV | 104.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 50 | 0 | 0.58 | 0.73 | 0.29 | 11.82 | 0.57 | 0.45 |
| Hex | B6 | 4C | 32 | 0 | 3A | 49 | 1D | C | 39 | 2D |
| Octal | 266 | 114 | 62 | 0 | 72 | 111 | 35 | 14 | 71 | 55 |
| Binary | 10110110 | 1001100 | 110010 | 0 | 111010 | 1001001 | 11101 | 1100 | 111001 | 101101 |
Color Harmonies of #B64C32
Complementary color
Monochromatic Colors of #B64C32
Black with #B64C32
Text Example
Text Example
White with #B64C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C32; }
p { color: rgb(182,76,50); }
H1.HeaderClassName
{
color: #B64C32;
}
.AnyTagClassName
{
color: #B64C32;
}
</style>
background-color css
<style>
a { background-color: #B64C32; }
a { background-color: rgb(182,76,50); }
div.DivClassName
{
background-color: #B64C32;
}
.BgClassName
{
background-color: #B64C32;
}
</style>
border-color css
<style>
span { border-color: #B64C32; }
span { border-color: rgb(182,76,50); }
td.TdClassName
{
border-color: #B64C32;
}
.TagClassName
{
border-color: #B64C32;
}
</style>