#BF5B50

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

Shades of Flame Pea #BF5B50

Tints of Flame Pea #BF5B50

Color information

#BF5B50 (or 0xBF5B50) is unknown color: approx Flame Pea. HEX triplet: BF, 5B and 50. RGB value is (191,91,80). Sum of RGB (Red+Green+Blue) = 191+91+80=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5B50 is #40A4AF. Grayscale: #777777. Windows color (decimal): -4236464 or 5266367. OLE color: 5266367.

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

Color convert

RGB1919180-
CMYK00.520.580.25
HSL5.95º46.44%53.14%-
HSV(B)5.95º58.12%74.9%-
XYZ26.6719.149.88-
YUV119.65105.63178.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=52.76%
G=25.14%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191918000.520.580.255.9546.4453.14
HexBF5B500343A1962e35
Octal277133120064723165665
Binary1011111110110111010000011010011101011001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B50; }

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

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

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

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

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

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

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

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