#BF4B3C

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

Shades of Grenadier #BF4B3C

Tints of Grenadier #BF4B3C

Color information

#BF4B3C (or 0xBF4B3C) is unknown color: approx Grenadier. HEX triplet: BF, 4B and 3C. RGB value is (191,75,60). Sum of RGB (Red+Green+Blue) = 191+75+60=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B3C is #40B4C3. Grayscale: #6C6C6C. Windows color (decimal): -4240580 or 3951551. OLE color: 3951551.

HSL color Cylindrical-coordinate representation of color #BF4B3C: hue angle of 6.87º degrees, saturation: 0.52, 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 #BF4B3C is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1917560-
CMYK00.610.690.25
HSL6.87º52.19%49.22%-
HSV(B)6.87º68.59%74.9%-
XYZ24.8216.436.14-
YUV107.97100.93187.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.59%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 60 (23.83% from 255) = 18.40%
R=58.59%
G=23.01%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191756000.610.690.256.8752.1949.22
HexBF4B3C03D451973431
Octal277113740751053176461
Binary1011111110010111111000111101100010111001111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B3C; }

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

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

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

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

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

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

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

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