Shades of Grenadier #BF4834
Tints of Grenadier #BF4834
RGB
CMYK
RGB Variations
Color information
#BF4834 (or 0xBF4834) is known color: Grenadier. HEX triplet: BF, 48 and 34. RGB value is (191,72,52). Sum of RGB (Red+Green+Blue) = 191+72+52=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4834 is #40B7CB. Grayscale: #696969. Windows color (decimal): -4241356 or 3426495. OLE color: 3426495.
HSL color Cylindrical-coordinate representation of color #BF4834: hue angle of 8.63º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF4834 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 52 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.25 |
| HSL | 8.63º | 0.57% | 0.48% | - |
| HSV(B) | 8.63º | 0.73% | 0.75% | - |
| XYZ | 24.42 | 15.96 | 5.04 | - |
| YUV | 105.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 52 | 0 | 0.62 | 0.73 | 0.25 | 8.63 | 0.57 | 0.48 |
| Hex | BF | 48 | 34 | 0 | 3E | 49 | 19 | 9 | 39 | 30 |
| Octal | 277 | 110 | 64 | 0 | 76 | 111 | 31 | 11 | 71 | 60 |
| Binary | 10111111 | 1001000 | 110100 | 0 | 111110 | 1001001 | 11001 | 1001 | 111001 | 110000 |
Color Harmonies of #BF4834
Complementary color
Monochromatic Colors of #BF4834
Black with #BF4834
Text Example
Text Example
White with #BF4834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4834; }
p { color: rgb(191,72,52); }
H1.HeaderClassName
{
color: #BF4834;
}
.AnyTagClassName
{
color: #BF4834;
}
</style>
background-color css
<style>
a { background-color: #BF4834; }
a { background-color: rgb(191,72,52); }
div.DivClassName
{
background-color: #BF4834;
}
.BgClassName
{
background-color: #BF4834;
}
</style>
border-color css
<style>
span { border-color: #BF4834; }
span { border-color: rgb(191,72,52); }
td.TdClassName
{
border-color: #BF4834;
}
.TagClassName
{
border-color: #BF4834;
}
</style>