#BC5551

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

Shades of Sunset #BC5551

Tints of Sunset #BC5551

Color information

#BC5551 (or 0xBC5551) is unknown color: approx Sunset. HEX triplet: BC, 55 and 51. RGB value is (188,85,81). Sum of RGB (Red+Green+Blue) = 188+85+81=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5551 is #43AAAE. Grayscale: #737373. Windows color (decimal): -4434607 or 5330364. OLE color: 5330364.

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

Color convert

RGB1888581-
CMYK00.550.570.26
HSL2.24º44.4%52.75%-
HSV(B)2.24º56.91%73.73%-
XYZ25.4717.789.87-
YUV115.34108.62179.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.11%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 81 (32.03% from 255) = 22.88%
R=53.11%
G=24.01%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188858100.550.570.262.2444.452.75
HexBC5551037391A22c35
Octal274125121067713225465
Binary101111001010101101000101101111110011101010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5551; }

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

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

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

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

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

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

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

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