#BA5851

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

Shades of Sunset #BA5851

Tints of Sunset #BA5851

Color information

#BA5851 (or 0xBA5851) is unknown color: approx Sunset. HEX triplet: BA, 58 and 51. RGB value is (186,88,81). Sum of RGB (Red+Green+Blue) = 186+88+81=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5851 is #45A7AE. Grayscale: #747474. Windows color (decimal): -4564911 or 5331130. OLE color: 5331130.

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

Color convert

RGB1868881-
CMYK00.530.560.27
HSL43.21%52.35%-
HSV(B)56.45%72.94%-
XYZ25.2218.019.93-
YUV116.5107.97177.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 81 (32.03% from 255) = 22.82%
R=52.39%
G=24.79%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186888100.530.560.27443.2152.35
HexBA5851035381B42b34
Octal272130121065703345364
Binary1011101010110001010001011010111100011011100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5851; }

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

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

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

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

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

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

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

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