#BA4968

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

Shades of Blush #BA4968

Tints of Blush #BA4968

Color information

#BA4968 (or 0xBA4968) is unknown color: approx Blush. HEX triplet: BA, 49 and 68. RGB value is (186,73,104). Sum of RGB (Red+Green+Blue) = 186+73+104=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4968 is #45B697. Grayscale: #6E6E6E. Windows color (decimal): -4568728 or 6834618. OLE color: 6834618.

HSL color Cylindrical-coordinate representation of color #BA4968: hue angle of 343.54º 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 #BA4968 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB18673104-
CMYK00.610.440.27
HSL343.54º45.02%50.78%-
HSV(B)343.54º60.75%72.94%-
XYZ25.1316.214.9-
YUV110.32124.44181.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 104 (41.02% from 255) = 28.65%
R=51.24%
G=20.11%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867310400.610.440.27343.5445.0250.78
HexBA496803D2C1B1582d33
Octal27211115007554335305563
Binary1011101010010011101000011110110110011011101011000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4968; }

 p { color: rgb(186,73,104); }

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

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

 a { background-color: rgb(186,73,104); }

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

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

 span { border-color: rgb(186,73,104); }

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