Shades of Grenadier #BF4127
Tints of Grenadier #BF4127
RGB
CMYK
RGB Variations
Color information
#BF4127 (or 0xBF4127) is known color: Grenadier. HEX triplet: BF, 41 and 27. RGB value is (191,65,39). Sum of RGB (Red+Green+Blue) = 191+65+39=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4127 is #40BED8. Grayscale: #636363. Windows color (decimal): -4243161 or 2572735. OLE color: 2572735.
HSL color Cylindrical-coordinate representation of color #BF4127: hue angle of 10.26º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF4127 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 39 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.25 |
| HSL | 10.26º | 0.66% | 0.45% | - |
| HSV(B) | 10.26º | 0.8% | 0.75% | - |
| XYZ | 23.74 | 15 | 3.56 | - |
| YUV | 99.71 | 93.74 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 39 | 0 | 0.66 | 0.80 | 0.25 | 10.26 | 0.66 | 0.45 |
| Hex | BF | 41 | 27 | 0 | 42 | 50 | 19 | A | 42 | 2D |
| Octal | 277 | 101 | 47 | 0 | 102 | 120 | 31 | 12 | 102 | 55 |
| Binary | 10111111 | 1000001 | 100111 | 0 | 1000010 | 1010000 | 11001 | 1010 | 1000010 | 101101 |
Color Harmonies of #BF4127
Complementary color
Monochromatic Colors of #BF4127
Black with #BF4127
Text Example
Text Example
White with #BF4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4127; }
p { color: rgb(191,65,39); }
H1.HeaderClassName
{
color: #BF4127;
}
.AnyTagClassName
{
color: #BF4127;
}
</style>
background-color css
<style>
a { background-color: #BF4127; }
a { background-color: rgb(191,65,39); }
div.DivClassName
{
background-color: #BF4127;
}
.BgClassName
{
background-color: #BF4127;
}
</style>
border-color css
<style>
span { border-color: #BF4127; }
span { border-color: rgb(191,65,39); }
td.TdClassName
{
border-color: #BF4127;
}
.TagClassName
{
border-color: #BF4127;
}
</style>