#BC5F50

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

Shades of Flame Pea #BC5F50

Tints of Flame Pea #BC5F50

Color information

#BC5F50 (or 0xBC5F50) is unknown color: approx Flame Pea. HEX triplet: BC, 5F and 50. RGB value is (188,95,80). Sum of RGB (Red+Green+Blue) = 188+95+80=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5F50 is #43A0AF. Grayscale: #797979. Windows color (decimal): -4432048 or 5267388. OLE color: 5267388.

HSL color Cylindrical-coordinate representation of color #BC5F50: hue angle of 8.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5F50 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB1889580-
CMYK00.490.570.26
HSL8.33º44.63%52.55%-
HSV(B)8.33º57.45%73.73%-
XYZ26.2819.459.96-
YUV121.1104.81175.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.79%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=51.79%
G=26.17%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188958000.490.570.268.3344.6352.55
HexBC5F50031391A82d35
Octal2741371200617132105565
Binary10111100101111110100000110001111001110101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5F50; }

 p { color: rgb(188,95,80); }

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

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

 a { background-color: rgb(188,95,80); }

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

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

 span { border-color: rgb(188,95,80); }

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