#BA586B

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

Shades of Blush #BA586B

Tints of Blush #BA586B

Color information

#BA586B (or 0xBA586B) is unknown color: approx Blush. HEX triplet: BA, 58 and 6B. RGB value is (186,88,107). Sum of RGB (Red+Green+Blue) = 186+88+107=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA586B is #45A794. Grayscale: #777777. Windows color (decimal): -4564885 or 7035066. OLE color: 7035066.

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

Color convert

RGB18688107-
CMYK00.530.420.27
HSL348.37º41.53%53.73%-
HSV(B)348.37º52.69%72.94%-
XYZ26.3918.4816.09-
YUV119.47120.97175.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 88 (34.77% from 255) = 23.10%
BLUE value IS 107 (42.19% from 255) = 28.08%
R=48.82%
G=23.10%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868810700.530.420.27348.3741.5353.73
HexBA586B0352A1B15c2a36
Octal27213015306552335345266
Binary1011101010110001101011011010110101011011101011100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA586B; }

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

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

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

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

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

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

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

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