#BA554B

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

Shades of Sunset #BA554B

Tints of Sunset #BA554B

Color information

#BA554B (or 0xBA554B) is unknown color: approx Sunset. HEX triplet: BA, 55 and 4B. RGB value is (186,85,75). Sum of RGB (Red+Green+Blue) = 186+85+75=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA554B is #45AAB4. Grayscale: #727272. Windows color (decimal): -4565685 or 4937146. OLE color: 4937146.

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

Color convert

RGB1868575-
CMYK00.540.600.27
HSL5.41º44.58%51.18%-
HSV(B)5.41º59.68%72.94%-
XYZ24.7717.448.72-
YUV114.06105.96179.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=53.76%
G=24.57%
B=21.68%

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
Decimal186857500.540.600.275.4144.5851.18
HexBA554B0363C1B52d33
Octal272125113066743355563
Binary1011101010101011001011011011011110011011101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA554B; }

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

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

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

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

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

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

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

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