#BF452F

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

Shades of Grenadier #BF452F

Tints of Grenadier #BF452F

Color information

#BF452F (or 0xBF452F) is unknown color: approx Grenadier. HEX triplet: BF, 45 and 2F. RGB value is (191,69,47). Sum of RGB (Red+Green+Blue) = 191+69+47=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF452F is #40BAD0. Grayscale: #676767. Windows color (decimal): -4242129 or 3098047. OLE color: 3098047.

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

Color convert

RGB1916947-
CMYK00.640.750.25
HSL9.17º60.5%46.67%-
HSV(B)9.17º75.39%74.9%-
XYZ24.1315.544.42-
YUV102.9796.42190.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.21%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 47 (18.75% from 255) = 15.31%
R=62.21%
G=22.48%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191694700.640.750.259.1760.546.67
HexBF452F0404B1993d2f
Octal27710557010011331117557
Binary101111111000101101111010000001001011110011001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF452F; }

 p { color: rgb(191,69,47); }

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

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

 a { background-color: rgb(191,69,47); }

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

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

 span { border-color: rgb(191,69,47); }

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