#BA576C

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

Shades of Blush #BA576C

Tints of Blush #BA576C

Color information

#BA576C (or 0xBA576C) is unknown color: approx Blush. HEX triplet: BA, 57 and 6C. RGB value is (186,87,108). Sum of RGB (Red+Green+Blue) = 186+87+108=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA576C is #45A893. Grayscale: #777777. Windows color (decimal): -4565140 or 7100346. OLE color: 7100346.

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

Color convert

RGB18687108-
CMYK00.530.420.27
HSL347.27º41.77%53.53%-
HSV(B)347.27º53.23%72.94%-
XYZ26.3618.3416.34-
YUV118.99121.8175.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=48.82%
G=22.83%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868710800.530.420.27347.2741.7753.53
HexBA576C0352A1B15b2a36
Octal27212715406552335335266
Binary1011101010101111101100011010110101011011101011011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA576C; }

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

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

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

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

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

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

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

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