#BA5E76

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

Shades of Blush #BA5E76

Tints of Blush #BA5E76

Color information

#BA5E76 (or 0xBA5E76) is unknown color: approx Blush. HEX triplet: BA, 5E and 76. RGB value is (186,94,118). Sum of RGB (Red+Green+Blue) = 186+94+118=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E76 is #45A189. Grayscale: #7C7C7C. Windows color (decimal): -4563338 or 7757498. OLE color: 7757498.

HSL color Cylindrical-coordinate representation of color #BA5E76: hue angle of 344.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5E76 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18694118-
CMYK00.490.370.27
HSL344.35º40%54.9%-
HSV(B)344.35º49.46%72.94%-
XYZ27.5219.7519.5-
YUV124.24124.48172.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 94 (37.11% from 255) = 23.62%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=46.73%
G=23.62%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869411800.490.370.27344.354054.9
HexBA5E76031251B1582837
Octal27213616606145335305067
Binary1011101010111101110110011000110010111011101011000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E76; }

 p { color: rgb(186,94,118); }

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

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

 a { background-color: rgb(186,94,118); }

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

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

 span { border-color: rgb(186,94,118); }

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