#BC5750

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

Shades of Sunset #BC5750

Tints of Sunset #BC5750

Color information

#BC5750 (or 0xBC5750) is unknown color: approx Sunset. HEX triplet: BC, 57 and 50. RGB value is (188,87,80). Sum of RGB (Red+Green+Blue) = 188+87+80=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5750 is #43A8AF. Grayscale: #747474. Windows color (decimal): -4434096 or 5265340. OLE color: 5265340.

HSL color Cylindrical-coordinate representation of color #BC5750: hue angle of 3.89º degrees, saturation: 0.45, 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 #BC5750 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB1888780-
CMYK00.540.570.26
HSL3.89º44.63%52.55%-
HSV(B)3.89º57.45%73.73%-
XYZ25.618.099.73-
YUV116.4107.46179.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 80 (31.64% from 255) = 22.54%
R=52.96%
G=24.51%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188878000.540.570.263.8944.6352.55
HexBC5750036391A42d35
Octal274127120066713245565
Binary1011110010101111010000011011011100111010100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5750; }

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

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

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

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

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

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

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

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