#BA545E

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

Shades of Blush #BA545E

Tints of Blush #BA545E

Color information

#BA545E (or 0xBA545E) is unknown color: approx Blush. HEX triplet: BA, 54 and 5E. RGB value is (186,84,94). Sum of RGB (Red+Green+Blue) = 186+84+94=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA545E is #45ABA1. Grayscale: #737373. Windows color (decimal): -4565922 or 6182074. OLE color: 6182074.

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

Color convert

RGB1868494-
CMYK00.550.490.27
HSL354.12º42.5%52.94%-
HSV(B)354.12º54.84%72.94%-
XYZ25.4417.5912.64-
YUV115.64115.79178.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 94 (37.11% from 255) = 25.82%
R=51.10%
G=23.08%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186849400.550.490.27354.1242.552.94
HexBA545E037311B1622a35
Octal27212413606761335425265
Binary1011101010101001011110011011111000111011101100010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA545E; }

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

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

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

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

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

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

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

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