#BC554D

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

Shades of Sunset #BC554D

Tints of Sunset #BC554D

Color information

#BC554D (or 0xBC554D) is unknown color: approx Sunset. HEX triplet: BC, 55 and 4D. RGB value is (188,85,77). Sum of RGB (Red+Green+Blue) = 188+85+77=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC554D is #43AAB2. Grayscale: #737373. Windows color (decimal): -4434611 or 5068220. OLE color: 5068220.

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

Color convert

RGB1888577-
CMYK00.550.590.26
HSL4.32º45.31%51.96%-
HSV(B)4.32º59.04%73.73%-
XYZ25.3317.729.11-
YUV114.88106.62180.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.71%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 77 (30.47% from 255) = 22%
R=53.71%
G=24.29%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188857700.550.590.264.3245.3151.96
HexBC554D0373B1A42d34
Octal274125115067733245564
Binary1011110010101011001101011011111101111010100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC554D; }

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

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

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

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

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

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

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

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