#BA586F

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

Shades of Blush #BA586F

Tints of Blush #BA586F

Color information

#BA586F (or 0xBA586F) is unknown color: approx Blush. HEX triplet: BA, 58 and 6F. RGB value is (186,88,111). Sum of RGB (Red+Green+Blue) = 186+88+111=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA586F is #45A790. Grayscale: #777777. Windows color (decimal): -4564881 or 7297210. OLE color: 7297210.

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

Color convert

RGB18688111-
CMYK00.530.400.27
HSL345.92º41.53%53.73%-
HSV(B)345.92º52.69%72.94%-
XYZ26.6118.5717.22-
YUV119.92122.97175.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=48.31%
G=22.86%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868811100.530.400.27345.9241.5353.73
HexBA586F035281B15a2a36
Octal27213015706550335325266
Binary1011101010110001101111011010110100011011101011010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA586F; }

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

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

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

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

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

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

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

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