#BA586A

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

Shades of Blush #BA586A

Tints of Blush #BA586A

Color information

#BA586A (or 0xBA586A) is unknown color: approx Blush. HEX triplet: BA, 58 and 6A. RGB value is (186,88,106). Sum of RGB (Red+Green+Blue) = 186+88+106=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA586A is #45A795. Grayscale: #777777. Windows color (decimal): -4564886 or 6969530. OLE color: 6969530.

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

Color convert

RGB18688106-
CMYK00.530.430.27
HSL348.98º41.53%53.73%-
HSV(B)348.98º52.69%72.94%-
XYZ26.3418.4615.81-
YUV119.35120.47175.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 106 (41.80% from 255) = 27.89%
R=48.95%
G=23.16%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868810600.530.430.27348.9841.5353.73
HexBA586A0352B1B15d2a36
Octal27213015206553335355266
Binary1011101010110001101010011010110101111011101011101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA586A; }

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

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

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

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

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

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

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

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