#BF4F35

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

Shades of Grenadier #BF4F35

Tints of Grenadier #BF4F35

Color information

#BF4F35 (or 0xBF4F35) is unknown color: approx Grenadier. HEX triplet: BF, 4F and 35. RGB value is (191,79,53). Sum of RGB (Red+Green+Blue) = 191+79+53=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4F35 is #40B0CA. Grayscale: #6D6D6D. Windows color (decimal): -4239563 or 3493823. OLE color: 3493823.

HSL color Cylindrical-coordinate representation of color #BF4F35: hue angle of 11.3º degrees, saturation: 0.57, 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 #BF4F35 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1917953-
CMYK00.590.720.25
HSL11.3º56.56%47.84%-
HSV(B)11.3º72.25%74.9%-
XYZ24.9216.935.32-
YUV109.5296.11186.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.13%
GREEN value IS 79 (31.25% from 255) = 24.46%
BLUE value IS 53 (21.09% from 255) = 16.41%
R=59.13%
G=24.46%
B=16.41%

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
Decimal191795300.590.720.2511.356.5647.84
HexBF4F3503B4819b3930
Octal2771176507311031137160
Binary10111111100111111010101110111001000110011011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F35; }

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

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

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

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

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

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

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

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