#bf4932

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

Shades of Grenadier #BF4932

Tints of Grenadier #BF4932

Color information

#BF4932 (or 0xBF4932) is unknown color: approx Grenadier. HEX triplet: BF, 49 and 32. RGB value is (191,73,50). Sum of RGB (Red+Green+Blue) = 191+73+50=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4932 is #40B6CD. Grayscale: #696969. Windows color (decimal): -4241102 or 3295679. OLE color: 3295679.

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

Color convert

RGB1917350-
CMYK00.620.740.25
HSL9.79º58.51%47.25%-
HSV(B)9.79º73.82%74.9%-
XYZ24.4416.074.83-
YUV105.6696.59188.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.83%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=60.83%
G=23.25%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191735000.620.740.259.7958.5147.25
HexBF493203E4A19a3b2f
Octal2771116207611231127357
Binary10111111100100111001001111101001010110011010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4932; }

 p { color: rgb(191,73,50); }

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

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

 a { background-color: rgb(191,73,50); }

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

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

 span { border-color: rgb(191,73,50); }

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