#BA544B

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

Shades of Sunset #BA544B

Tints of Sunset #BA544B

Color information

#BA544B (or 0xBA544B) is unknown color: approx Sunset. HEX triplet: BA, 54 and 4B. RGB value is (186,84,75). Sum of RGB (Red+Green+Blue) = 186+84+75=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA544B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA544B is #45ABB4. Grayscale: #717171. Windows color (decimal): -4565941 or 4936890. OLE color: 4936890.

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

Color convert

RGB1868475-
CMYK00.550.600.27
HSL4.86º44.58%51.18%-
HSV(B)4.86º59.68%72.94%-
XYZ24.6917.298.69-
YUV113.47106.29179.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=53.91%
G=24.35%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186847500.550.600.274.8644.5851.18
HexBA544B0373C1B52d33
Octal272124113067743355563
Binary1011101010101001001011011011111110011011101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA544B; }

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

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

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

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

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

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

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

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