#BA5D76

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

Shades of Blush #BA5D76

Tints of Blush #BA5D76

Color information

#BA5D76 (or 0xBA5D76) is unknown color: approx Blush. HEX triplet: BA, 5D and 76. RGB value is (186,93,118). Sum of RGB (Red+Green+Blue) = 186+93+118=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D76 is #45A289. Grayscale: #7B7B7B. Windows color (decimal): -4563594 or 7757242. OLE color: 7757242.

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

Color convert

RGB18693118-
CMYK00.50.370.27
HSL343.87º40.26%54.71%-
HSV(B)343.87º50%72.94%-
XYZ27.4319.5819.47-
YUV123.66124.81172.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 93 (36.72% from 255) = 23.43%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=46.85%
G=23.43%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869311800.50.370.27343.8740.2654.71
HexBA5D76032251B1582837
Octal27213516606245335305067
Binary1011101010111011110110011001010010111011101011000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D76; }

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

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

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

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

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

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

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

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