#BF4E3C

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

Shades of Grenadier #BF4E3C

Tints of Grenadier #BF4E3C

Color information

#BF4E3C (or 0xBF4E3C) is unknown color: approx Grenadier. HEX triplet: BF, 4E and 3C. RGB value is (191,78,60). Sum of RGB (Red+Green+Blue) = 191+78+60=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4E3C is #40B1C3. Grayscale: #6D6D6D. Windows color (decimal): -4239812 or 3952319. OLE color: 3952319.

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

Color convert

RGB1917860-
CMYK00.590.690.25
HSL8.24º52.19%49.22%-
HSV(B)8.24º68.59%74.9%-
XYZ25.0316.856.21-
YUV109.7399.94185.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.05%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=58.05%
G=23.71%
B=18.24%

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
Decimal191786000.590.690.258.2452.1949.22
HexBF4E3C03B451983431
Octal2771167407310531106461
Binary10111111100111011110001110111000101110011000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E3C; }

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

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

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

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

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

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

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

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