Shades of Grenadier #B64C3C
Tints of Grenadier #B64C3C
RGB
CMYK
RGB Variations
Color information
#B64C3C (or 0xB64C3C) is known color: Grenadier. HEX triplet: B6, 4C and 3C. RGB value is (182,76,60). Sum of RGB (Red+Green+Blue) = 182+76+60=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C3C is #49B3C3. Grayscale: #6A6A6A. Windows color (decimal): -4830148 or 3951798. OLE color: 3951798.
HSL color Cylindrical-coordinate representation of color #B64C3C: hue angle of 7.87º 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 #B64C3C is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 60 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.29 |
| HSL | 7.87º | 0.5% | 0.47% | - |
| HSV(B) | 7.87º | 0.67% | 0.71% | - |
| XYZ | 22.69 | 15.44 | 6.06 | - |
| YUV | 105.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 60 | 0 | 0.58 | 0.67 | 0.29 | 7.87 | 0.5 | 0.47 |
| Hex | B6 | 4C | 3C | 0 | 3A | 43 | 1D | 8 | 32 | 2F |
| Octal | 266 | 114 | 74 | 0 | 72 | 103 | 35 | 10 | 62 | 57 |
| Binary | 10110110 | 1001100 | 111100 | 0 | 111010 | 1000011 | 11101 | 1000 | 110010 | 101111 |
Color Harmonies of #B64C3C
Complementary color
Monochromatic Colors of #B64C3C
Black with #B64C3C
Text Example
Text Example
White with #B64C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C3C; }
p { color: rgb(182,76,60); }
H1.HeaderClassName
{
color: #B64C3C;
}
.AnyTagClassName
{
color: #B64C3C;
}
</style>
background-color css
<style>
a { background-color: #B64C3C; }
a { background-color: rgb(182,76,60); }
div.DivClassName
{
background-color: #B64C3C;
}
.BgClassName
{
background-color: #B64C3C;
}
</style>
border-color css
<style>
span { border-color: #B64C3C; }
span { border-color: rgb(182,76,60); }
td.TdClassName
{
border-color: #B64C3C;
}
.TagClassName
{
border-color: #B64C3C;
}
</style>