#BA4D60

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

Shades of Blush #BA4D60

Tints of Blush #BA4D60

Color information

#BA4D60 (or 0xBA4D60) is unknown color: approx Blush. HEX triplet: BA, 4D and 60. RGB value is (186,77,96). Sum of RGB (Red+Green+Blue) = 186+77+96=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D60 is #45B29F. Grayscale: #6F6F6F. Windows color (decimal): -4567712 or 6311354. OLE color: 6311354.

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

Color convert

RGB1867796-
CMYK00.590.480.27
HSL349.54º44.13%51.57%-
HSV(B)349.54º58.6%72.94%-
XYZ25.0116.5912.95-
YUV111.76119.11180.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 77 (30.47% from 255) = 21.45%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=51.81%
G=21.45%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186779600.590.480.27349.5444.1351.57
HexBA4D6003B301B15e2c34
Octal27211514007360335365464
Binary1011101010011011100000011101111000011011101011110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4D60; }

 p { color: rgb(186,77,96); }

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

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

 a { background-color: rgb(186,77,96); }

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

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

 span { border-color: rgb(186,77,96); }

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