#BA4D64

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

Shades of Blush #BA4D64

Tints of Blush #BA4D64

Color information

#BA4D64 (or 0xBA4D64) is unknown color: approx Blush. HEX triplet: BA, 4D and 64. RGB value is (186,77,100). Sum of RGB (Red+Green+Blue) = 186+77+100=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D64 is #45B29B. Grayscale: #707070. Windows color (decimal): -4567708 or 6573498. OLE color: 6573498.

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

Color convert

RGB18677100-
CMYK00.590.460.27
HSL347.34º44.13%51.57%-
HSV(B)347.34º58.6%72.94%-
XYZ25.216.6713.95-
YUV112.21121.11180.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 77 (30.47% from 255) = 21.21%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=51.24%
G=21.21%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867710000.590.460.27347.3444.1351.57
HexBA4D6403B2E1B15b2c34
Octal27211514407356335335464
Binary1011101010011011100100011101110111011011101011011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4D64; }

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

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

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

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

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

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

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

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