#BF4F36

Color #BF4F36 Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #BF4F36

Tints of Grenadier #BF4F36

Color information

#BF4F36 (or 0xBF4F36) is unknown color: approx Grenadier. HEX triplet: BF, 4F and 36. RGB value is (191,79,54). Sum of RGB (Red+Green+Blue) = 191+79+54=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4F36 is #40B0C9. Grayscale: #6D6D6D. Windows color (decimal): -4239562 or 3559359. OLE color: 3559359.

HSL color Cylindrical-coordinate representation of color #BF4F36: hue angle of 10.95º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF4F36 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1917954-
CMYK00.590.720.25
HSL10.95º55.92%48.04%-
HSV(B)10.95º71.73%74.9%-
XYZ24.9516.935.44-
YUV109.6496.61186.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 58.95%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 54 (21.48% from 255) = 16.67%
R=58.95%
G=24.38%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191795400.590.720.2510.9555.9248.04
HexBF4F3603B4819b3830
Octal2771176607311031137060
Binary10111111100111111011001110111001000110011011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F36; }

 p { color: rgb(191,79,54); }

 H1.HeaderClassName
 {
   color: #BF4F36;
 }
 .AnyTagClassName
 {
   color: #BF4F36;
 }
</style>
background-color css

<style>
 a { background-color: #BF4F36; }

 a { background-color: rgb(191,79,54); }

 div.DivClassName
 {
   background-color: #BF4F36;
 }
 .BgClassName
 {
   background-color: #BF4F36;
 }
</style>
border-color css

<style>
 span { border-color: #BF4F36; }

 span { border-color: rgb(191,79,54); }

 td.TdClassName
 {
   border-color: #BF4F36;
 }
 .TagClassName
 {
   border-color: #BF4F36;
 }
</style>