#BA5451

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

Shades of Sunset #BA5451

Tints of Sunset #BA5451

Color information

#BA5451 (or 0xBA5451) is unknown color: approx Sunset. HEX triplet: BA, 54 and 51. RGB value is (186,84,81). Sum of RGB (Red+Green+Blue) = 186+84+81=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5451 is #45ABAE. Grayscale: #727272. Windows color (decimal): -4565935 or 5330106. OLE color: 5330106.

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

Color convert

RGB1868481-
CMYK00.550.560.27
HSL1.71º43.21%52.35%-
HSV(B)1.71º56.45%72.94%-
XYZ24.9117.379.83-
YUV114.16109.29179.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 81 (32.03% from 255) = 23.08%
R=52.99%
G=23.93%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186848100.550.560.271.7143.2152.35
HexBA5451037381B22b34
Octal272124121067703325364
Binary101110101010100101000101101111110001101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5451; }

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

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

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

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

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

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

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

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