#BA646C

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

Shades of Blush #BA646C

Tints of Blush #BA646C

Color information

#BA646C (or 0xBA646C) is unknown color: approx Blush. HEX triplet: BA, 64 and 6C. RGB value is (186,100,108). Sum of RGB (Red+Green+Blue) = 186+100+108=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA646C is #459B93. Grayscale: #7E7E7E. Windows color (decimal): -4561812 or 7103674. OLE color: 7103674.

HSL color Cylindrical-coordinate representation of color #BA646C: hue angle of 354.42º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA646C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB186100108-
CMYK00.460.420.27
HSL354.42º38.39%56.08%-
HSV(B)354.42º46.24%72.94%-
XYZ27.5120.6416.72-
YUV126.63117.49170.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=47.21%
G=25.38%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610010800.460.420.27354.4238.3956.08
HexBA646C02E2A1B1622638
Octal27214415405652335424670
Binary1011101011001001101100010111010101011011101100010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA646C; }

 p { color: rgb(186,100,108); }

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

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

 a { background-color: rgb(186,100,108); }

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

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

 span { border-color: rgb(186,100,108); }

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