#BA4E6D

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

Shades of Blush #BA4E6D

Tints of Blush #BA4E6D

Color information

#BA4E6D (or 0xBA4E6D) is unknown color: approx Blush. HEX triplet: BA, 4E and 6D. RGB value is (186,78,109). Sum of RGB (Red+Green+Blue) = 186+78+109=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E6D is #45B192. Grayscale: #717171. Windows color (decimal): -4567443 or 7163578. OLE color: 7163578.

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

Color convert

RGB18678109-
CMYK00.580.410.27
HSL342.78º43.9%51.76%-
HSV(B)342.78º58.06%72.94%-
XYZ25.7316.9916.39-
YUV113.83125.28179.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 78 (30.86% from 255) = 20.91%
BLUE value IS 109 (42.97% from 255) = 29.22%
R=49.87%
G=20.91%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867810900.580.410.27342.7843.951.76
HexBA4E6D03A291B1572c34
Octal27211615507251335275464
Binary1011101010011101101101011101010100111011101010111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E6D; }

 p { color: rgb(186,78,109); }

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

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

 a { background-color: rgb(186,78,109); }

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

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

 span { border-color: rgb(186,78,109); }

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