#BC5745

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

Shades of Flame Pea #BC5745

Tints of Flame Pea #BC5745

Color information

#BC5745 (or 0xBC5745) is unknown color: approx Flame Pea. HEX triplet: BC, 57 and 45. RGB value is (188,87,69). Sum of RGB (Red+Green+Blue) = 188+87+69=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5745 is #43A8BA. Grayscale: #737373. Windows color (decimal): -4434107 or 4544444. OLE color: 4544444.

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

Color convert

RGB1888769-
CMYK00.540.630.26
HSL9.08º47.04%50.39%-
HSV(B)9.08º63.3%73.73%-
XYZ25.2217.947.76-
YUV115.15101.96179.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.65%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 69 (27.34% from 255) = 20.06%
R=54.65%
G=25.29%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188876900.540.630.269.0847.0450.39
HexBC57450363F1A92f32
Octal2741271050667732115762
Binary10111100101011110001010110110111111110101001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5745; }

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

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

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

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

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

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

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

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