#bf5539

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

Shades of Grenadier #BF5539

Tints of Grenadier #BF5539

Color information

#BF5539 (or 0xBF5539) is unknown color: approx Grenadier. HEX triplet: BF, 55 and 39. RGB value is (191,85,57). Sum of RGB (Red+Green+Blue) = 191+85+57=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5539 is #40AAC6. Grayscale: #717171. Windows color (decimal): -4238023 or 3757503. OLE color: 3757503.

HSL color Cylindrical-coordinate representation of color #BF5539: hue angle of 12.54º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF5539 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1918557-
CMYK00.550.700.25
HSL12.54º54.03%48.63%-
HSV(B)12.54º70.16%74.9%-
XYZ25.4717.875.98-
YUV113.596.12183.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.36%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 57 (22.66% from 255) = 17.12%
R=57.36%
G=25.53%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191855700.550.700.2512.5454.0348.63
HexBF55390374619d3631
Octal2771257106710631156661
Binary10111111101010111100101101111000110110011101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5539; }

 p { color: rgb(191,85,57); }

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

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

 a { background-color: rgb(191,85,57); }

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

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

 span { border-color: rgb(191,85,57); }

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