#BA564E

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

Shades of Sunset #BA564E

Tints of Sunset #BA564E

Color information

#BA564E (or 0xBA564E) is unknown color: approx Sunset. HEX triplet: BA, 56 and 4E. RGB value is (186,86,78). Sum of RGB (Red+Green+Blue) = 186+86+78=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA564E is #45A9B1. Grayscale: #737373. Windows color (decimal): -4565426 or 5134010. OLE color: 5134010.

HSL color Cylindrical-coordinate representation of color #BA564E: hue angle of 4.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA564E is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1868678-
CMYK00.540.580.27
HSL4.44º43.9%51.76%-
HSV(B)4.44º58.06%72.94%-
XYZ24.9517.649.3-
YUV114.99107.13178.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=53.14%
G=24.57%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186867800.540.580.274.4443.951.76
HexBA564E0363A1B42c34
Octal272126116066723345464
Binary1011101010101101001110011011011101011011100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA564E; }

 p { color: rgb(186,86,78); }

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

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

 a { background-color: rgb(186,86,78); }

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

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

 span { border-color: rgb(186,86,78); }

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