#BC564C

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

Shades of Sunset #BC564C

Tints of Sunset #BC564C

Color information

#BC564C (or 0xBC564C) is unknown color: approx Sunset. HEX triplet: BC, 56 and 4C. RGB value is (188,86,76). Sum of RGB (Red+Green+Blue) = 188+86+76=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC564C is #43A9B3. Grayscale: #737373. Windows color (decimal): -4434356 or 5002940. OLE color: 5002940.

HSL color Cylindrical-coordinate representation of color #BC564C: hue angle of 5.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC564C is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1888676-
CMYK00.540.600.26
HSL5.36º45.53%51.76%-
HSV(B)5.36º59.57%73.73%-
XYZ25.3717.878.95-
YUV115.36105.79179.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.71%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=53.71%
G=24.57%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188867600.540.600.265.3645.5351.76
HexBC564C0363C1A52e34
Octal274126114066743255664
Binary1011110010101101001100011011011110011010101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC564C; }

 p { color: rgb(188,86,76); }

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

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

 a { background-color: rgb(188,86,76); }

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

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

 span { border-color: rgb(188,86,76); }

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