#BF4F3B

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

Shades of Grenadier #BF4F3B

Tints of Grenadier #BF4F3B

Color information

#BF4F3B (or 0xBF4F3B) is unknown color: approx Grenadier. HEX triplet: BF, 4F and 3B. RGB value is (191,79,59). Sum of RGB (Red+Green+Blue) = 191+79+59=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4F3B is #40B0C4. Grayscale: #6E6E6E. Windows color (decimal): -4239557 or 3887039. OLE color: 3887039.

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

Color convert

RGB1917959-
CMYK00.590.690.25
HSL9.09º52.8%49.02%-
HSV(B)9.09º69.11%74.9%-
XYZ25.0716.986.09-
YUV110.2199.11185.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.05%
GREEN value IS 79 (31.25% from 255) = 24.01%
BLUE value IS 59 (23.44% from 255) = 17.93%
R=58.05%
G=24.01%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191795900.590.690.259.0952.849.02
HexBF4F3B03B451993531
Octal2771177307310531116561
Binary10111111100111111101101110111000101110011001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F3B; }

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

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

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

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

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

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

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

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