#BC514F

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

Shades of Sunset #BC514F

Tints of Sunset #BC514F

Color information

#BC514F (or 0xBC514F) is unknown color: approx Sunset. HEX triplet: BC, 51 and 4F. RGB value is (188,81,79). Sum of RGB (Red+Green+Blue) = 188+81+79=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC514F is #43AEB0. Grayscale: #707070. Windows color (decimal): -4435633 or 5198268. OLE color: 5198268.

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

Color convert

RGB1888179-
CMYK00.570.580.26
HSL1.1º44.86%52.35%-
HSV(B)1.1º57.98%73.73%-
XYZ25.0917.149.38-
YUV112.76108.95181.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.02%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=54.02%
G=23.28%
B=22.70%

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
Decimal188817900.570.580.261.144.8652.35
HexBC514F0393A1A12d34
Octal274121117071723215564
Binary10111100101000110011110111001111010110101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC514F; }

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

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

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

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

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

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

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

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