#BA5764

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

Shades of Blush #BA5764

Tints of Blush #BA5764

Color information

#BA5764 (or 0xBA5764) is unknown color: approx Blush. HEX triplet: BA, 57 and 64. RGB value is (186,87,100). Sum of RGB (Red+Green+Blue) = 186+87+100=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5764 is #45A89B. Grayscale: #767676. Windows color (decimal): -4565148 or 6576058. OLE color: 6576058.

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

Color convert

RGB18687100-
CMYK00.530.460.27
HSL352.12º41.77%53.53%-
HSV(B)352.12º53.23%72.94%-
XYZ25.9618.1814.2-
YUV118.08117.8176.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=49.87%
G=23.32%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868710000.530.460.27352.1241.7753.53
HexBA57640352E1B1602a36
Octal27212714406556335405266
Binary1011101010101111100100011010110111011011101100000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5764; }

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

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

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

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

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

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

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

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