#BA646D

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

Shades of Blush #BA646D

Tints of Blush #BA646D

Color information

#BA646D (or 0xBA646D) is unknown color: approx Blush. HEX triplet: BA, 64 and 6D. RGB value is (186,100,109). Sum of RGB (Red+Green+Blue) = 186+100+109=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA646D is #459B92. Grayscale: #7E7E7E. Windows color (decimal): -4561811 or 7169210. OLE color: 7169210.

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

Color convert

RGB186100109-
CMYK00.460.410.27
HSL353.72º38.39%56.08%-
HSV(B)353.72º46.24%72.94%-
XYZ27.5720.6617-
YUV126.74117.99170.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=47.09%
G=25.32%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610010900.460.410.27353.7238.3956.08
HexBA646D02E291B1622638
Octal27214415505651335424670
Binary1011101011001001101101010111010100111011101100010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA646D; }

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

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

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

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

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

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

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

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