#BA586E

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

Shades of Blush #BA586E

Tints of Blush #BA586E

Color information

#BA586E (or 0xBA586E) is unknown color: approx Blush. HEX triplet: BA, 58 and 6E. RGB value is (186,88,110). Sum of RGB (Red+Green+Blue) = 186+88+110=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA586E is #45A791. Grayscale: #777777. Windows color (decimal): -4564882 or 7231674. OLE color: 7231674.

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

Color convert

RGB18688110-
CMYK00.530.410.27
HSL346.53º41.53%53.73%-
HSV(B)346.53º52.69%72.94%-
XYZ26.5518.5416.93-
YUV119.81122.47175.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=48.44%
G=22.92%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868811000.530.410.27346.5341.5353.73
HexBA586E035291B15b2a36
Octal27213015606551335335266
Binary1011101010110001101110011010110100111011101011011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA586E; }

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

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

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

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

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

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

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

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