#BA5651

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

Shades of Sunset #BA5651

Tints of Sunset #BA5651

Color information

#BA5651 (or 0xBA5651) is unknown color: approx Sunset. HEX triplet: BA, 56 and 51. RGB value is (186,86,81). Sum of RGB (Red+Green+Blue) = 186+86+81=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5651 is #45A9AE. Grayscale: #737373. Windows color (decimal): -4565423 or 5330618. OLE color: 5330618.

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

Color convert

RGB1868681-
CMYK00.540.560.27
HSL2.86º43.21%52.35%-
HSV(B)2.86º56.45%72.94%-
XYZ25.0617.699.88-
YUV115.33108.63178.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 81 (32.03% from 255) = 22.95%
R=52.69%
G=24.36%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186868100.540.560.272.8643.2152.35
HexBA5651036381B32b34
Octal272126121066703335364
Binary101110101010110101000101101101110001101111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5651; }

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

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

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

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

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

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

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

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