Shades of Grenadier #BF4E3D
Tints of Grenadier #BF4E3D
RGB
CMYK
RGB Variations
Color information
#BF4E3D (or 0xBF4E3D) is known color: Grenadier. HEX triplet: BF, 4E and 3D. RGB value is (191,78,61). Sum of RGB (Red+Green+Blue) = 191+78+61=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4E3D is #40B1C2. Grayscale: #6E6E6E. Windows color (decimal): -4239811 or 4017855. OLE color: 4017855.
HSL color Cylindrical-coordinate representation of color #BF4E3D: hue angle of 7.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF4E3D is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 61 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.25 |
| HSL | 7.85º | 0.52% | 0.49% | - |
| HSV(B) | 7.85º | 0.68% | 0.75% | - |
| XYZ | 25.05 | 16.86 | 6.35 | - |
| YUV | 109.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 61 | 0 | 0.59 | 0.68 | 0.25 | 7.85 | 0.52 | 0.49 |
| Hex | BF | 4E | 3D | 0 | 3B | 44 | 19 | 8 | 34 | 31 |
| Octal | 277 | 116 | 75 | 0 | 73 | 104 | 31 | 10 | 64 | 61 |
| Binary | 10111111 | 1001110 | 111101 | 0 | 111011 | 1000100 | 11001 | 1000 | 110100 | 110001 |
Color Harmonies of #BF4E3D
Complementary color
Monochromatic Colors of #BF4E3D
Black with #BF4E3D
Text Example
Text Example
White with #BF4E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E3D; }
p { color: rgb(191,78,61); }
H1.HeaderClassName
{
color: #BF4E3D;
}
.AnyTagClassName
{
color: #BF4E3D;
}
</style>
background-color css
<style>
a { background-color: #BF4E3D; }
a { background-color: rgb(191,78,61); }
div.DivClassName
{
background-color: #BF4E3D;
}
.BgClassName
{
background-color: #BF4E3D;
}
</style>
border-color css
<style>
span { border-color: #BF4E3D; }
span { border-color: rgb(191,78,61); }
td.TdClassName
{
border-color: #BF4E3D;
}
.TagClassName
{
border-color: #BF4E3D;
}
</style>