#BC524E

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

Shades of Sunset #BC524E

Tints of Sunset #BC524E

Color information

#BC524E (or 0xBC524E) is unknown color: approx Sunset. HEX triplet: BC, 52 and 4E. RGB value is (188,82,78). Sum of RGB (Red+Green+Blue) = 188+82+78=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC524E is #43ADB1. Grayscale: #717171. Windows color (decimal): -4435378 or 5132988. OLE color: 5132988.

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

Color convert

RGB1888278-
CMYK00.560.590.26
HSL2.18º45.08%52.16%-
HSV(B)2.18º58.51%73.73%-
XYZ25.1317.289.22-
YUV113.24108.12181.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.02%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=54.02%
G=23.56%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188827800.560.590.262.1845.0852.16
HexBC524E0383B1A22d34
Octal274122116070733225564
Binary101111001010010100111001110001110111101010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC524E; }

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

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

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

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

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

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

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

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