#BC5749

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

Shades of Flame Pea #BC5749

Tints of Flame Pea #BC5749

Color information

#BC5749 (or 0xBC5749) is unknown color: approx Flame Pea. HEX triplet: BC, 57 and 49. RGB value is (188,87,73). Sum of RGB (Red+Green+Blue) = 188+87+73=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5749 is #43A8B6. Grayscale: #737373. Windows color (decimal): -4434103 or 4806588. OLE color: 4806588.

HSL color Cylindrical-coordinate representation of color #BC5749: hue angle of 7.3º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5749 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB1888773-
CMYK00.540.610.26
HSL7.3º46.18%51.18%-
HSV(B)7.3º61.17%73.73%-
XYZ25.3517.998.44-
YUV115.6103.96179.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.02%
GREEN value IS 87 (34.38% from 255) = 25%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=54.02%
G=25%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188877300.540.610.267.346.1851.18
HexBC57490363D1A72e33
Octal274127111066753275663
Binary1011110010101111001001011011011110111010111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5749; }

 p { color: rgb(188,87,73); }

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

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

 a { background-color: rgb(188,87,73); }

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

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

 span { border-color: rgb(188,87,73); }

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