#BF5D50

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

Shades of Flame Pea #BF5D50

Tints of Flame Pea #BF5D50

Color information

#BF5D50 (or 0xBF5D50) is unknown color: approx Flame Pea. HEX triplet: BF, 5D and 50. RGB value is (191,93,80). Sum of RGB (Red+Green+Blue) = 191+93+80=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D50 is #40A2AF. Grayscale: #787878. Windows color (decimal): -4235952 or 5266879. OLE color: 5266879.

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

Color convert

RGB1919380-
CMYK00.510.580.25
HSL7.03º46.44%53.14%-
HSV(B)7.03º58.12%74.9%-
XYZ26.8519.489.94-
YUV120.82104.97178.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.47%
GREEN value IS 93 (36.72% from 255) = 25.55%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=52.47%
G=25.55%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191938000.510.580.257.0346.4453.14
HexBF5D500333A1972e35
Octal277135120063723175665
Binary1011111110111011010000011001111101011001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5D50; }

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

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

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

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

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

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

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

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