#BA4C65

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

Shades of Blush #BA4C65

Tints of Blush #BA4C65

Color information

#BA4C65 (or 0xBA4C65) is unknown color: approx Blush. HEX triplet: BA, 4C and 65. RGB value is (186,76,101). Sum of RGB (Red+Green+Blue) = 186+76+101=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C65 is #45B39A. Grayscale: #6F6F6F. Windows color (decimal): -4567963 or 6638778. OLE color: 6638778.

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

Color convert

RGB18676101-
CMYK00.590.460.27
HSL346.36º44.35%51.37%-
HSV(B)346.36º59.14%72.94%-
XYZ25.1816.5514.18-
YUV111.74121.94180.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 76 (30.08% from 255) = 20.94%
BLUE value IS 101 (39.84% from 255) = 27.82%
R=51.24%
G=20.94%
B=27.82%

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
Decimal1867610100.590.460.27346.3644.3551.37
HexBA4C6503B2E1B15a2c33
Octal27211414507356335325463
Binary1011101010011001100101011101110111011011101011010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C65; }

 p { color: rgb(186,76,101); }

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

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

 a { background-color: rgb(186,76,101); }

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

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

 span { border-color: rgb(186,76,101); }

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