#BA5766

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

Shades of Blush #BA5766

Tints of Blush #BA5766

Color information

#BA5766 (or 0xBA5766) is unknown color: approx Blush. HEX triplet: BA, 57 and 66. RGB value is (186,87,102). Sum of RGB (Red+Green+Blue) = 186+87+102=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5766 is #45A899. Grayscale: #767676. Windows color (decimal): -4565146 or 6707130. OLE color: 6707130.

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

Color convert

RGB18687102-
CMYK00.530.450.27
HSL350.91º41.77%53.53%-
HSV(B)350.91º53.23%72.94%-
XYZ26.0618.2114.71-
YUV118.31118.8176.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=49.6%
G=23.2%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868710200.530.450.27350.9141.7753.53
HexBA57660352D1B15f2a36
Octal27212714606555335375266
Binary1011101010101111100110011010110110111011101011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5766; }

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

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

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

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

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

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

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

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