#BC5540

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

Shades of Flame Pea #BC5540

Tints of Flame Pea #BC5540

Color information

#BC5540 (or 0xBC5540) is unknown color: approx Flame Pea. HEX triplet: BC, 55 and 40. RGB value is (188,85,64). Sum of RGB (Red+Green+Blue) = 188+85+64=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5540 is #43AABF. Grayscale: #717171. Windows color (decimal): -4434624 or 4216252. OLE color: 4216252.

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

Color convert

RGB1888564-
CMYK00.550.660.26
HSL10.16º49.21%49.41%-
HSV(B)10.16º65.96%73.73%-
XYZ24.9117.566.93-
YUV113.4100.12181.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.79%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=55.79%
G=25.22%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188856400.550.660.2610.1649.2149.41
HexBC5540037421Aa3131
Octal27412510006710232126161
Binary101111001010101100000001101111000010110101010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5540; }

 p { color: rgb(188,85,64); }

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

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

 a { background-color: rgb(188,85,64); }

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

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

 span { border-color: rgb(188,85,64); }

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