#BC504F

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

Shades of Sunset #BC504F

Tints of Sunset #BC504F

Color information

#BC504F (or 0xBC504F) is unknown color: approx Sunset. HEX triplet: BC, 50 and 4F. RGB value is (188,80,79). Sum of RGB (Red+Green+Blue) = 188+80+79=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC504F is #43AFB0. Grayscale: #707070. Windows color (decimal): -4435889 or 5198012. OLE color: 5198012.

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

Color convert

RGB1888079-
CMYK00.570.580.26
HSL0.55º44.86%52.35%-
HSV(B)0.55º57.98%73.73%-
XYZ25.0216.999.36-
YUV112.18109.28182.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=54.18%
G=23.05%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188807900.570.580.260.5544.8652.35
HexBC504F0393A1A12d34
Octal274120117071723215564
Binary10111100101000010011110111001111010110101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC504F; }

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

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

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

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

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

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

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

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