#bf5740

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

Shades of Flame Pea #BF5740

Tints of Flame Pea #BF5740

Color information

#BF5740 (or 0xBF5740) is unknown color: approx Flame Pea. HEX triplet: BF, 57 and 40. RGB value is (191,87,64). Sum of RGB (Red+Green+Blue) = 191+87+64=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5740 is #40A8BF. Grayscale: #737373. Windows color (decimal): -4237504 or 4216767. OLE color: 4216767.

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

Color convert

RGB1918764-
CMYK00.540.660.25
HSL10.87º49.8%50%-
HSV(B)10.87º66.49%74.9%-
XYZ25.8218.267.01-
YUV115.4798.96181.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.85%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 64 (25.39% from 255) = 18.71%
R=55.85%
G=25.44%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191876400.540.660.2510.8749.850
HexBF57400364219b3232
Octal27712710006610231136262
Binary101111111010111100000001101101000010110011011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5740; }

 p { color: rgb(191,87,64); }

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

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

 a { background-color: rgb(191,87,64); }

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

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

 span { border-color: rgb(191,87,64); }

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