#BC504E

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

Shades of Sunset #BC504E

Tints of Sunset #BC504E

Color information

#BC504E (or 0xBC504E) is unknown color: approx Sunset. HEX triplet: BC, 50 and 4E. RGB value is (188,80,78). Sum of RGB (Red+Green+Blue) = 188+80+78=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC504E is #43AFB1. Grayscale: #707070. Windows color (decimal): -4435890 or 5132476. OLE color: 5132476.

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

Color convert

RGB1888078-
CMYK00.570.590.26
HSL1.09º45.08%52.16%-
HSV(B)1.09º58.51%73.73%-
XYZ24.9816.989.17-
YUV112.06108.78182.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.34%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=54.34%
G=23.12%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188807800.570.590.261.0945.0852.16
HexBC504E0393B1A12d34
Octal274120116071733215564
Binary10111100101000010011100111001111011110101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC504E; }

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

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

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

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

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

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

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

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