#BF5A49

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

Shades of Flame Pea #BF5A49

Tints of Flame Pea #BF5A49

Color information

#BF5A49 (or 0xBF5A49) is unknown color: approx Flame Pea. HEX triplet: BF, 5A and 49. RGB value is (191,90,73). Sum of RGB (Red+Green+Blue) = 191+90+73=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A49 is #40A5B6. Grayscale: #767676. Windows color (decimal): -4236727 or 4807359. OLE color: 4807359.

HSL color Cylindrical-coordinate representation of color #BF5A49: hue angle of 8.64º 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 #BF5A49 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1919073-
CMYK00.530.620.25
HSL8.64º47.97%51.76%-
HSV(B)8.64º61.78%74.9%-
XYZ26.3418.878.56-
YUV118.26102.46179.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 90 (35.55% from 255) = 25.42%
BLUE value IS 73 (28.91% from 255) = 20.62%
R=53.95%
G=25.42%
B=20.62%

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
Decimal191907300.530.620.258.6447.9751.76
HexBF5A490353E1993034
Octal2771321110657631116064
Binary10111111101101010010010110101111110110011001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A49; }

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

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

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

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

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

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

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

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