#BA6566

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

Shades of Blush #BA6566

Tints of Blush #BA6566

Color information

#BA6566 (or 0xBA6566) is unknown color: approx Blush. HEX triplet: BA, 65 and 66. RGB value is (186,101,102). Sum of RGB (Red+Green+Blue) = 186+101+102=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6566 is #459A99. Grayscale: #7E7E7E. Windows color (decimal): -4561562 or 6710714. OLE color: 6710714.

HSL color Cylindrical-coordinate representation of color #BA6566: hue angle of 359.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6566 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB186101102-
CMYK00.460.450.27
HSL359.29º38.12%56.27%-
HSV(B)359.29º45.7%72.94%-
XYZ27.320.7115.13-
YUV126.53114.16170.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 101 (39.84% from 255) = 25.96%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=47.81%
G=25.96%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610110200.460.450.27359.2938.1256.27
HexBA656602E2D1B1672638
Octal27214514605655335474670
Binary1011101011001011100110010111010110111011101100111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6566; }

 p { color: rgb(186,101,102); }

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

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

 a { background-color: rgb(186,101,102); }

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

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

 span { border-color: rgb(186,101,102); }

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