#BF5C4F

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

Shades of Flame Pea #BF5C4F

Tints of Flame Pea #BF5C4F

Color information

#BF5C4F (or 0xBF5C4F) is unknown color: approx Flame Pea. HEX triplet: BF, 5C and 4F. RGB value is (191,92,79). Sum of RGB (Red+Green+Blue) = 191+92+79=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5C4F is #40A3B0. Grayscale: #787878. Windows color (decimal): -4236209 or 5201087. OLE color: 5201087.

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

Color convert

RGB1919279-
CMYK00.520.590.25
HSL6.96º46.67%52.94%-
HSV(B)6.96º58.64%74.9%-
XYZ26.7219.39.71-
YUV120.12104.8178.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 79 (31.25% from 255) = 21.82%
R=52.76%
G=25.41%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191927900.520.590.256.9646.6752.94
HexBF5C4F0343B1972f35
Octal277134117064733175765
Binary1011111110111001001111011010011101111001111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5C4F; }

 p { color: rgb(191,92,79); }

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

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

 a { background-color: rgb(191,92,79); }

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

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

 span { border-color: rgb(191,92,79); }

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