Shades of Grenadier #BF4D3D
Tints of Grenadier #BF4D3D
RGB
CMYK
RGB Variations
Color information
#BF4D3D (or 0xBF4D3D) is known color: Grenadier. HEX triplet: BF, 4D and 3D. RGB value is (191,77,61). Sum of RGB (Red+Green+Blue) = 191+77+61=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D3D is #40B2C2. Grayscale: #6D6D6D. Windows color (decimal): -4240067 or 4017599. OLE color: 4017599.
HSL color Cylindrical-coordinate representation of color #BF4D3D: hue angle of 7.38º 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 #BF4D3D is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 61 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.25 |
| HSL | 7.38º | 0.52% | 0.49% | - |
| HSV(B) | 7.38º | 0.68% | 0.75% | - |
| XYZ | 24.98 | 16.72 | 6.33 | - |
| YUV | 109.26 | 100.77 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 61 | 0 | 0.60 | 0.68 | 0.25 | 7.38 | 0.52 | 0.49 |
| Hex | BF | 4D | 3D | 0 | 3C | 44 | 19 | 7 | 34 | 31 |
| Octal | 277 | 115 | 75 | 0 | 74 | 104 | 31 | 7 | 64 | 61 |
| Binary | 10111111 | 1001101 | 111101 | 0 | 111100 | 1000100 | 11001 | 111 | 110100 | 110001 |
Color Harmonies of #BF4D3D
Complementary color
Monochromatic Colors of #BF4D3D
Black with #BF4D3D
Text Example
Text Example
White with #BF4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D3D; }
p { color: rgb(191,77,61); }
H1.HeaderClassName
{
color: #BF4D3D;
}
.AnyTagClassName
{
color: #BF4D3D;
}
</style>
background-color css
<style>
a { background-color: #BF4D3D; }
a { background-color: rgb(191,77,61); }
div.DivClassName
{
background-color: #BF4D3D;
}
.BgClassName
{
background-color: #BF4D3D;
}
</style>
border-color css
<style>
span { border-color: #BF4D3D; }
span { border-color: rgb(191,77,61); }
td.TdClassName
{
border-color: #BF4D3D;
}
.TagClassName
{
border-color: #BF4D3D;
}
</style>