#BA646F

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

Shades of Blush #BA646F

Tints of Blush #BA646F

Color information

#BA646F (or 0xBA646F) is unknown color: approx Blush. HEX triplet: BA, 64 and 6F. RGB value is (186,100,111). Sum of RGB (Red+Green+Blue) = 186+100+111=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA646F is #459B90. Grayscale: #7F7F7F. Windows color (decimal): -4561809 or 7300282. OLE color: 7300282.

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

Color convert

RGB186100111-
CMYK00.460.400.27
HSL352.33º38.39%56.08%-
HSV(B)352.33º46.24%72.94%-
XYZ27.6820.717.58-
YUV126.97118.99170.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 111 (43.75% from 255) = 27.96%
R=46.85%
G=25.19%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610011100.460.400.27352.3338.3956.08
HexBA646F02E281B1602638
Octal27214415705650335404670
Binary1011101011001001101111010111010100011011101100000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA646F; }

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

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

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

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

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

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

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

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