#BF5949

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

Shades of Flame Pea #BF5949

Tints of Flame Pea #BF5949

Color information

#BF5949 (or 0xBF5949) is unknown color: approx Flame Pea. HEX triplet: BF, 59 and 49. RGB value is (191,89,73). Sum of RGB (Red+Green+Blue) = 191+89+73=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5949 is #40A6B6. Grayscale: #757575. Windows color (decimal): -4236983 or 4807103. OLE color: 4807103.

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

Color convert

RGB1918973-
CMYK00.530.620.25
HSL8.14º47.97%51.76%-
HSV(B)8.14º61.78%74.9%-
XYZ26.2618.78.53-
YUV117.67102.79180.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.11%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 73 (28.91% from 255) = 20.68%
R=54.11%
G=25.21%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191897300.530.620.258.1447.9751.76
HexBF59490353E1983034
Octal2771311110657631106064
Binary10111111101100110010010110101111110110011000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5949; }

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

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

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

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

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

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

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

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