Shades of Grenadier #B64A32
Tints of Grenadier #B64A32
RGB
CMYK
RGB Variations
Color information
#B64A32 (or 0xB64A32) is known color: Grenadier. HEX triplet: B6, 4A and 32. RGB value is (182,74,50). Sum of RGB (Red+Green+Blue) = 182+74+50=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64A32 is #49B5CD. Grayscale: #676767. Windows color (decimal): -4830670 or 3295926. OLE color: 3295926.
HSL color Cylindrical-coordinate representation of color #B64A32: hue angle of 10.91º 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 #B64A32 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 50 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.29 |
| HSL | 10.91º | 0.57% | 0.45% | - |
| HSV(B) | 10.91º | 0.73% | 0.71% | - |
| XYZ | 22.32 | 15.07 | 4.75 | - |
| YUV | 103.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 50 | 0 | 0.59 | 0.73 | 0.29 | 10.91 | 0.57 | 0.45 |
| Hex | B6 | 4A | 32 | 0 | 3B | 49 | 1D | B | 39 | 2D |
| Octal | 266 | 112 | 62 | 0 | 73 | 111 | 35 | 13 | 71 | 55 |
| Binary | 10110110 | 1001010 | 110010 | 0 | 111011 | 1001001 | 11101 | 1011 | 111001 | 101101 |
Color Harmonies of #B64A32
Complementary color
Monochromatic Colors of #B64A32
Black with #B64A32
Text Example
Text Example
White with #B64A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64A32; }
p { color: rgb(182,74,50); }
H1.HeaderClassName
{
color: #B64A32;
}
.AnyTagClassName
{
color: #B64A32;
}
</style>
background-color css
<style>
a { background-color: #B64A32; }
a { background-color: rgb(182,74,50); }
div.DivClassName
{
background-color: #B64A32;
}
.BgClassName
{
background-color: #B64A32;
}
</style>
border-color css
<style>
span { border-color: #B64A32; }
span { border-color: rgb(182,74,50); }
td.TdClassName
{
border-color: #B64A32;
}
.TagClassName
{
border-color: #B64A32;
}
</style>