#BF5E4A

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

Shades of Flame Pea #BF5E4A

Tints of Flame Pea #BF5E4A

Color information

#BF5E4A (or 0xBF5E4A) is unknown color: approx Flame Pea. HEX triplet: BF, 5E and 4A. RGB value is (191,94,74). Sum of RGB (Red+Green+Blue) = 191+94+74=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E4A is #40A1B5. Grayscale: #787878. Windows color (decimal): -4235702 or 4873919. OLE color: 4873919.

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

Color convert

RGB1919474-
CMYK00.510.610.25
HSL10.26º47.76%51.96%-
HSV(B)10.26º61.26%74.9%-
XYZ26.7219.588.85-
YUV120.72101.64178.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 74 (29.30% from 255) = 20.61%
R=53.20%
G=26.18%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191947400.510.610.2510.2647.7651.96
HexBF5E4A0333D19a3034
Octal2771361120637531126064
Binary10111111101111010010100110011111101110011010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E4A; }

 p { color: rgb(191,94,74); }

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

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

 a { background-color: rgb(191,94,74); }

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

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

 span { border-color: rgb(191,94,74); }

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