#BF513E

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

Shades of Grenadier #BF513E

Tints of Grenadier #BF513E

Color information

#BF513E (or 0xBF513E) is unknown color: approx Grenadier. HEX triplet: BF, 51 and 3E. RGB value is (191,81,62). Sum of RGB (Red+Green+Blue) = 191+81+62=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF513E is #40AEC1. Grayscale: #6F6F6F. Windows color (decimal): -4239042 or 4084159. OLE color: 4084159.

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

Color convert

RGB1918162-
CMYK00.580.680.25
HSL8.84º50.99%49.61%-
HSV(B)8.84º67.54%74.9%-
XYZ25.317.316.57-
YUV111.7299.94184.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.19%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 62 (24.61% from 255) = 18.56%
R=57.19%
G=24.25%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191816200.580.680.258.8450.9949.61
HexBF513E03A441993332
Octal2771217607210431116362
Binary10111111101000111111001110101000100110011001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF513E; }

 p { color: rgb(191,81,62); }

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

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

 a { background-color: rgb(191,81,62); }

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

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

 span { border-color: rgb(191,81,62); }

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