#BF462F

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

Shades of Grenadier #BF462F

Tints of Grenadier #BF462F

Color information

#BF462F (or 0xBF462F) is unknown color: approx Grenadier. HEX triplet: BF, 46 and 2F. RGB value is (191,70,47). Sum of RGB (Red+Green+Blue) = 191+70+47=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF462F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF462F is #40B9D0. Grayscale: #676767. Windows color (decimal): -4241873 or 3098303. OLE color: 3098303.

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

Color convert

RGB1917047-
CMYK00.630.750.25
HSL9.58º60.5%46.67%-
HSV(B)9.58º75.39%74.9%-
XYZ24.1915.664.44-
YUV103.5696.09190.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.01%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 47 (18.75% from 255) = 15.26%
R=62.01%
G=22.73%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191704700.630.750.259.5860.546.67
HexBF462F03F4B19a3d2f
Octal2771065707711331127557
Binary10111111100011010111101111111001011110011010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF462F; }

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

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

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

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

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

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

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

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