#BF5D4D

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

Shades of Flame Pea #BF5D4D

Tints of Flame Pea #BF5D4D

Color information

#BF5D4D (or 0xBF5D4D) is unknown color: approx Flame Pea. HEX triplet: BF, 5D and 4D. RGB value is (191,93,77). Sum of RGB (Red+Green+Blue) = 191+93+77=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D4D is #40A2B2. Grayscale: #787878. Windows color (decimal): -4235955 or 5070271. OLE color: 5070271.

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

Color convert

RGB1919377-
CMYK00.510.600.25
HSL8.42º47.11%52.55%-
HSV(B)8.42º59.69%74.9%-
XYZ26.7419.449.36-
YUV120.48103.47178.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.91%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=52.91%
G=25.76%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191937700.510.600.258.4247.1152.55
HexBF5D4D0333C1982f35
Octal2771351150637431105765
Binary10111111101110110011010110011111100110011000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5D4D; }

 p { color: rgb(191,93,77); }

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

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

 a { background-color: rgb(191,93,77); }

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

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

 span { border-color: rgb(191,93,77); }

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