#BC5549

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

Shades of Sunset #BC5549

Tints of Sunset #BC5549

Color information

#BC5549 (or 0xBC5549) is unknown color: approx Sunset. HEX triplet: BC, 55 and 49. RGB value is (188,85,73). Sum of RGB (Red+Green+Blue) = 188+85+73=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5549 is #43AAB6. Grayscale: #727272. Windows color (decimal): -4434615 or 4806076. OLE color: 4806076.

HSL color Cylindrical-coordinate representation of color #BC5549: hue angle of 6.26º 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 #BC5549 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB1888573-
CMYK00.550.610.26
HSL6.26º46.18%51.18%-
HSV(B)6.26º61.17%73.73%-
XYZ25.1917.678.39-
YUV114.43104.62180.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.34%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 73 (28.91% from 255) = 21.10%
R=54.34%
G=24.57%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188857300.550.610.266.2646.1851.18
HexBC55490373D1A62e33
Octal274125111067753265663
Binary1011110010101011001001011011111110111010110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5549; }

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

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

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

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

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

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

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

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