#BA566F

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

Shades of Blush #BA566F

Tints of Blush #BA566F

Color information

#BA566F (or 0xBA566F) is unknown color: approx Blush. HEX triplet: BA, 56 and 6F. RGB value is (186,86,111). Sum of RGB (Red+Green+Blue) = 186+86+111=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA566F is #45A990. Grayscale: #767676. Windows color (decimal): -4565393 or 7296698. OLE color: 7296698.

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

Color convert

RGB18686111-
CMYK00.540.400.27
HSL345º42.02%53.33%-
HSV(B)345º53.76%72.94%-
XYZ26.4518.2417.17-
YUV118.75123.63175.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=48.56%
G=22.45%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868611100.540.400.2734542.0253.33
HexBA566F036281B1592a35
Octal27212615706650335315265
Binary1011101010101101101111011011010100011011101011001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA566F; }

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

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

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

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

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

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

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

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