#BA596B

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

Shades of Blush #BA596B

Tints of Blush #BA596B

Color information

#BA596B (or 0xBA596B) is unknown color: approx Blush. HEX triplet: BA, 59 and 6B. RGB value is (186,89,107). Sum of RGB (Red+Green+Blue) = 186+89+107=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA596B is #45A694. Grayscale: #787878. Windows color (decimal): -4564629 or 7035322. OLE color: 7035322.

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

Color convert

RGB18689107-
CMYK00.520.420.27
HSL348.87º41.28%53.92%-
HSV(B)348.87º52.15%72.94%-
XYZ26.4818.6516.11-
YUV120.06120.64175.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=48.69%
G=23.30%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868910700.520.420.27348.8741.2853.92
HexBA596B0342A1B15d2936
Octal27213115306452335355166
Binary1011101010110011101011011010010101011011101011101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA596B; }

 p { color: rgb(186,89,107); }

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

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

 a { background-color: rgb(186,89,107); }

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

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

 span { border-color: rgb(186,89,107); }

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