#BA5951

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

Shades of Sunset #BA5951

Tints of Sunset #BA5951

Color information

#BA5951 (or 0xBA5951) is unknown color: approx Sunset. HEX triplet: BA, 59 and 51. RGB value is (186,89,81). Sum of RGB (Red+Green+Blue) = 186+89+81=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5951 is #45A6AE. Grayscale: #757575. Windows color (decimal): -4564655 or 5331386. OLE color: 5331386.

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

Color convert

RGB1868981-
CMYK00.520.560.27
HSL4.57º43.21%52.35%-
HSV(B)4.57º56.45%72.94%-
XYZ25.3118.189.96-
YUV117.09107.64177.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=52.25%
G=25%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186898100.520.560.274.5743.2152.35
HexBA5951034381B52b34
Octal272131121064703355364
Binary1011101010110011010001011010011100011011101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5951; }

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

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

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

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

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

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

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

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