#BA4664

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

Shades of Blush #BA4664

Tints of Blush #BA4664

Color information

#BA4664 (or 0xBA4664) is unknown color: approx Blush. HEX triplet: BA, 46 and 64. RGB value is (186,70,100). Sum of RGB (Red+Green+Blue) = 186+70+100=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4664 is #45B99B. Grayscale: #6C6C6C. Windows color (decimal): -4569500 or 6571706. OLE color: 6571706.

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

Color convert

RGB18670100-
CMYK00.620.460.27
HSL344.48º45.67%50.2%-
HSV(B)344.48º62.37%72.94%-
XYZ24.7415.7413.79-
YUV108.1123.43183.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=52.25%
G=19.66%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867010000.620.460.27344.4845.6750.2
HexBA466403E2E1B1582e32
Octal27210614407656335305662
Binary1011101010001101100100011111010111011011101011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4664; }

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

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

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

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

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

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

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

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