Shades of Grenadier #B64E3C
Tints of Grenadier #B64E3C
RGB
CMYK
RGB Variations
Color information
#B64E3C (or 0xB64E3C) is known color: Grenadier. HEX triplet: B6, 4E and 3C. RGB value is (182,78,60). Sum of RGB (Red+Green+Blue) = 182+78+60=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64E3C is #49B1C3. Grayscale: #6B6B6B. Windows color (decimal): -4829636 or 3952310. OLE color: 3952310.
HSL color Cylindrical-coordinate representation of color #B64E3C: hue angle of 8.85º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B64E3C is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 60 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.29 |
| HSL | 8.85º | 0.5% | 0.47% | - |
| HSV(B) | 8.85º | 0.67% | 0.71% | - |
| XYZ | 22.83 | 15.72 | 6.11 | - |
| YUV | 107.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 60 | 0 | 0.57 | 0.67 | 0.29 | 8.85 | 0.5 | 0.47 |
| Hex | B6 | 4E | 3C | 0 | 39 | 43 | 1D | 9 | 32 | 2F |
| Octal | 266 | 116 | 74 | 0 | 71 | 103 | 35 | 11 | 62 | 57 |
| Binary | 10110110 | 1001110 | 111100 | 0 | 111001 | 1000011 | 11101 | 1001 | 110010 | 101111 |
Color Harmonies of #B64E3C
Complementary color
Monochromatic Colors of #B64E3C
Black with #B64E3C
Text Example
Text Example
White with #B64E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E3C; }
p { color: rgb(182,78,60); }
H1.HeaderClassName
{
color: #B64E3C;
}
.AnyTagClassName
{
color: #B64E3C;
}
</style>
background-color css
<style>
a { background-color: #B64E3C; }
a { background-color: rgb(182,78,60); }
div.DivClassName
{
background-color: #B64E3C;
}
.BgClassName
{
background-color: #B64E3C;
}
</style>
border-color css
<style>
span { border-color: #B64E3C; }
span { border-color: rgb(182,78,60); }
td.TdClassName
{
border-color: #B64E3C;
}
.TagClassName
{
border-color: #B64E3C;
}
</style>