#BA596A

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

Shades of Blush #BA596A

Tints of Blush #BA596A

Color information

#BA596A (or 0xBA596A) is unknown color: approx Blush. HEX triplet: BA, 59 and 6A. RGB value is (186,89,106). Sum of RGB (Red+Green+Blue) = 186+89+106=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA596A is #45A695. Grayscale: #777777. Windows color (decimal): -4564630 or 6969786. OLE color: 6969786.

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

Color convert

RGB18689106-
CMYK00.520.430.27
HSL349.48º41.28%53.92%-
HSV(B)349.48º52.15%72.94%-
XYZ26.4218.6215.84-
YUV119.94120.14175.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=48.82%
G=23.36%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868910600.520.430.27349.4841.2853.92
HexBA596A0342B1B15d2936
Octal27213115206453335355166
Binary1011101010110011101010011010010101111011101011101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA596A; }

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

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

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

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

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

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

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

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