#BA4864

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

Shades of Blush #BA4864

Tints of Blush #BA4864

Color information

#BA4864 (or 0xBA4864) is unknown color: approx Blush. HEX triplet: BA, 48 and 64. RGB value is (186,72,100). Sum of RGB (Red+Green+Blue) = 186+72+100=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4864 is #45B79B. Grayscale: #6D6D6D. Windows color (decimal): -4568988 or 6572218. OLE color: 6572218.

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

Color convert

RGB18672100-
CMYK00.610.460.27
HSL345.26º45.24%50.59%-
HSV(B)345.26º61.29%72.94%-
XYZ24.8715.9913.83-
YUV109.28122.77182.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 72 (28.52% from 255) = 20.11%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=51.96%
G=20.11%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867210000.610.460.27345.2645.2450.59
HexBA486403D2E1B1592d33
Octal27211014407556335315563
Binary1011101010010001100100011110110111011011101011001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4864; }

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

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

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

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

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

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

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

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