#BA4164

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

Shades of Blush #BA4164

Tints of Blush #BA4164

Color information

#BA4164 (or 0xBA4164) is unknown color: approx Blush. HEX triplet: BA, 41 and 64. RGB value is (186,65,100). Sum of RGB (Red+Green+Blue) = 186+65+100=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4164 is #45BE9B. Grayscale: #696969. Windows color (decimal): -4570780 or 6570426. OLE color: 6570426.

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

Color convert

RGB18665100-
CMYK00.650.460.27
HSL342.64º48.21%49.22%-
HSV(B)342.64º65.05%72.94%-
XYZ24.4415.1413.69-
YUV105.17125.09185.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 65 (25.78% from 255) = 18.52%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=52.99%
G=18.52%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866510000.650.460.27342.6448.2149.22
HexBA41640412E1B1573031
Octal272101144010156335276061
Binary10111010100000111001000100000110111011011101010111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4164; }

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

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

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

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

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

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

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

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