#BA4E69

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

Shades of Blush #BA4E69

Tints of Blush #BA4E69

Color information

#BA4E69 (or 0xBA4E69) is unknown color: approx Blush. HEX triplet: BA, 4E and 69. RGB value is (186,78,105). Sum of RGB (Red+Green+Blue) = 186+78+105=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E69 is #45B196. Grayscale: #717171. Windows color (decimal): -4567447 or 6901434. OLE color: 6901434.

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

Color convert

RGB18678105-
CMYK00.580.440.27
HSL345º43.9%51.76%-
HSV(B)345º58.06%72.94%-
XYZ25.5216.9115.28-
YUV113.37123.28179.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=50.41%
G=21.14%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867810500.580.440.2734543.951.76
HexBA4E6903A2C1B1592c34
Octal27211615107254335315464
Binary1011101010011101101001011101010110011011101011001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E69; }

 p { color: rgb(186,78,105); }

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

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

 a { background-color: rgb(186,78,105); }

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

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

 span { border-color: rgb(186,78,105); }

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