#BA554A

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

Shades of Sunset #BA554A

Tints of Sunset #BA554A

Color information

#BA554A (or 0xBA554A) is unknown color: approx Sunset. HEX triplet: BA, 55 and 4A. RGB value is (186,85,74). Sum of RGB (Red+Green+Blue) = 186+85+74=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA554A is #45AAB5. Grayscale: #727272. Windows color (decimal): -4565686 or 4871610. OLE color: 4871610.

HSL color Cylindrical-coordinate representation of color #BA554A: hue angle of 5.89º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA554A is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1868574-
CMYK00.540.600.27
HSL5.89º44.8%50.98%-
HSV(B)5.89º60.22%72.94%-
XYZ24.7317.438.54-
YUV113.94105.46179.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=53.91%
G=24.64%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186857400.540.600.275.8944.850.98
HexBA554A0363C1B62d33
Octal272125112066743365563
Binary1011101010101011001010011011011110011011110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA554A; }

 p { color: rgb(186,85,74); }

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

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

 a { background-color: rgb(186,85,74); }

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

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

 span { border-color: rgb(186,85,74); }

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