#BF4B3F

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

Shades of Grenadier #BF4B3F

Tints of Grenadier #BF4B3F

Color information

#BF4B3F (or 0xBF4B3F) is unknown color: approx Grenadier. HEX triplet: BF, 4B and 3F. RGB value is (191,75,63). Sum of RGB (Red+Green+Blue) = 191+75+63=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B3F is #40B4C0. Grayscale: #6C6C6C. Windows color (decimal): -4240577 or 4148159. OLE color: 4148159.

HSL color Cylindrical-coordinate representation of color #BF4B3F: hue angle of 5.63º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF4B3F is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB1917563-
CMYK00.610.670.25
HSL5.63º50.39%49.8%-
HSV(B)5.63º67.02%74.9%-
XYZ24.916.476.57-
YUV108.32102.43186.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.05%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 63 (25% from 255) = 19.15%
R=58.05%
G=22.80%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191756300.610.670.255.6350.3949.8
HexBF4B3F03D431963232
Octal277113770751033166262
Binary1011111110010111111110111101100001111001110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B3F; }

 p { color: rgb(191,75,63); }

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

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

 a { background-color: rgb(191,75,63); }

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

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

 span { border-color: rgb(191,75,63); }

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