#BA544C

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

Shades of Sunset #BA544C

Tints of Sunset #BA544C

Color information

#BA544C (or 0xBA544C) is unknown color: approx Sunset. HEX triplet: BA, 54 and 4C. RGB value is (186,84,76). Sum of RGB (Red+Green+Blue) = 186+84+76=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA544C is #45ABB3. Grayscale: #717171. Windows color (decimal): -4565940 or 5002426. OLE color: 5002426.

HSL color Cylindrical-coordinate representation of color #BA544C: hue angle of 4.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA544C is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1868476-
CMYK00.550.590.27
HSL4.36º44.35%51.37%-
HSV(B)4.36º59.14%72.94%-
XYZ24.7217.38.87-
YUV113.59106.79179.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=53.76%
G=24.28%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186847600.550.590.274.3644.3551.37
HexBA544C0373B1B42c33
Octal272124114067733345463
Binary1011101010101001001100011011111101111011100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA544C; }

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

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

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

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

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

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

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

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