Shades of Grenadier #BF4C3C
Tints of Grenadier #BF4C3C
RGB
CMYK
RGB Variations
Color information
#BF4C3C (or 0xBF4C3C) is known color: Grenadier. HEX triplet: BF, 4C and 3C. RGB value is (191,76,60). Sum of RGB (Red+Green+Blue) = 191+76+60=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4C3C is #40B3C3. Grayscale: #6C6C6C. Windows color (decimal): -4240324 or 3951807. OLE color: 3951807.
HSL color Cylindrical-coordinate representation of color #BF4C3C: hue angle of 7.33º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF4C3C is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 60 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.25 |
| HSL | 7.33º | 0.52% | 0.49% | - |
| HSV(B) | 7.33º | 0.69% | 0.75% | - |
| XYZ | 24.89 | 16.57 | 6.16 | - |
| YUV | 108.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 60 | 0 | 0.60 | 0.69 | 0.25 | 7.33 | 0.52 | 0.49 |
| Hex | BF | 4C | 3C | 0 | 3C | 45 | 19 | 7 | 34 | 31 |
| Octal | 277 | 114 | 74 | 0 | 74 | 105 | 31 | 7 | 64 | 61 |
| Binary | 10111111 | 1001100 | 111100 | 0 | 111100 | 1000101 | 11001 | 111 | 110100 | 110001 |
Color Harmonies of #BF4C3C
Complementary color
Monochromatic Colors of #BF4C3C
Black with #BF4C3C
Text Example
Text Example
White with #BF4C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C3C; }
p { color: rgb(191,76,60); }
H1.HeaderClassName
{
color: #BF4C3C;
}
.AnyTagClassName
{
color: #BF4C3C;
}
</style>
background-color css
<style>
a { background-color: #BF4C3C; }
a { background-color: rgb(191,76,60); }
div.DivClassName
{
background-color: #BF4C3C;
}
.BgClassName
{
background-color: #BF4C3C;
}
</style>
border-color css
<style>
span { border-color: #BF4C3C; }
span { border-color: rgb(191,76,60); }
td.TdClassName
{
border-color: #BF4C3C;
}
.TagClassName
{
border-color: #BF4C3C;
}
</style>