#BA4A66

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

Shades of Blush #BA4A66

Tints of Blush #BA4A66

Color information

#BA4A66 (or 0xBA4A66) is unknown color: approx Blush. HEX triplet: BA, 4A and 66. RGB value is (186,74,102). Sum of RGB (Red+Green+Blue) = 186+74+102=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A66 is #45B599. Grayscale: #6E6E6E. Windows color (decimal): -4568474 or 6703802. OLE color: 6703802.

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

Color convert

RGB18674102-
CMYK00.600.450.27
HSL345º44.8%50.98%-
HSV(B)345º60.22%72.94%-
XYZ25.116.314.39-
YUV110.68123.11181.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 74 (29.30% from 255) = 20.44%
BLUE value IS 102 (40.23% from 255) = 28.18%
R=51.38%
G=20.44%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867410200.600.450.2734544.850.98
HexBA4A6603C2D1B1592d33
Octal27211214607455335315563
Binary1011101010010101100110011110010110111011101011001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4A66; }

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

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

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

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

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

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

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

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