Shades of Grenadier #BF4B3C
Tints of Grenadier #BF4B3C
RGB
CMYK
RGB Variations
Color information
#BF4B3C (or 0xBF4B3C) is known color: Grenadier. HEX triplet: BF, 4B and 3C. RGB value is (191,75,60). Sum of RGB (Red+Green+Blue) = 191+75+60=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B3C is #40B4C3. Grayscale: #6C6C6C. Windows color (decimal): -4240580 or 3951551. OLE color: 3951551.
HSL color Cylindrical-coordinate representation of color #BF4B3C: hue angle of 6.87º 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 #BF4B3C is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 75 | 60 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.25 |
| HSL | 6.87º | 0.52% | 0.49% | - |
| HSV(B) | 6.87º | 0.69% | 0.75% | - |
| XYZ | 24.82 | 16.43 | 6.14 | - |
| YUV | 107.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 75 | 60 | 0 | 0.61 | 0.69 | 0.25 | 6.87 | 0.52 | 0.49 |
| Hex | BF | 4B | 3C | 0 | 3D | 45 | 19 | 7 | 34 | 31 |
| Octal | 277 | 113 | 74 | 0 | 75 | 105 | 31 | 7 | 64 | 61 |
| Binary | 10111111 | 1001011 | 111100 | 0 | 111101 | 1000101 | 11001 | 111 | 110100 | 110001 |
Color Harmonies of #BF4B3C
Complementary color
Monochromatic Colors of #BF4B3C
Black with #BF4B3C
Text Example
Text Example
White with #BF4B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4B3C; }
p { color: rgb(191,75,60); }
H1.HeaderClassName
{
color: #BF4B3C;
}
.AnyTagClassName
{
color: #BF4B3C;
}
</style>
background-color css
<style>
a { background-color: #BF4B3C; }
a { background-color: rgb(191,75,60); }
div.DivClassName
{
background-color: #BF4B3C;
}
.BgClassName
{
background-color: #BF4B3C;
}
</style>
border-color css
<style>
span { border-color: #BF4B3C; }
span { border-color: rgb(191,75,60); }
td.TdClassName
{
border-color: #BF4B3C;
}
.TagClassName
{
border-color: #BF4B3C;
}
</style>