Shades of Grenadier #B64A2F
Tints of Grenadier #B64A2F
RGB
CMYK
RGB Variations
Color information
#B64A2F (or 0xB64A2F) is known color: Grenadier. HEX triplet: B6, 4A and 2F. RGB value is (182,74,47). Sum of RGB (Red+Green+Blue) = 182+74+47=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64A2F is #49B5D0. Grayscale: #676767. Windows color (decimal): -4830673 or 3099318. OLE color: 3099318.
HSL color Cylindrical-coordinate representation of color #B64A2F: hue angle of 12º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B64A2F is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 47 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.29 |
| HSL | 12º | 0.59% | 0.45% | - |
| HSV(B) | 12º | 0.74% | 0.71% | - |
| XYZ | 22.25 | 15.05 | 4.42 | - |
| YUV | 103.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 47 | 0 | 0.59 | 0.74 | 0.29 | 12 | 0.59 | 0.45 |
| Hex | B6 | 4A | 2F | 0 | 3B | 4A | 1D | C | 3B | 2D |
| Octal | 266 | 112 | 57 | 0 | 73 | 112 | 35 | 14 | 73 | 55 |
| Binary | 10110110 | 1001010 | 101111 | 0 | 111011 | 1001010 | 11101 | 1100 | 111011 | 101101 |
Color Harmonies of #B64A2F
Complementary color
Monochromatic Colors of #B64A2F
Black with #B64A2F
Text Example
Text Example
White with #B64A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64A2F; }
p { color: rgb(182,74,47); }
H1.HeaderClassName
{
color: #B64A2F;
}
.AnyTagClassName
{
color: #B64A2F;
}
</style>
background-color css
<style>
a { background-color: #B64A2F; }
a { background-color: rgb(182,74,47); }
div.DivClassName
{
background-color: #B64A2F;
}
.BgClassName
{
background-color: #B64A2F;
}
</style>
border-color css
<style>
span { border-color: #B64A2F; }
span { border-color: rgb(182,74,47); }
td.TdClassName
{
border-color: #B64A2F;
}
.TagClassName
{
border-color: #B64A2F;
}
</style>