#BA5C74

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

Shades of Blush #BA5C74

Tints of Blush #BA5C74

Color information

#BA5C74 (or 0xBA5C74) is unknown color: approx Blush. HEX triplet: BA, 5C and 74. RGB value is (186,92,116). Sum of RGB (Red+Green+Blue) = 186+92+116=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C74 is #45A38B. Grayscale: #7A7A7A. Windows color (decimal): -4563852 or 7625914. OLE color: 7625914.

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

Color convert

RGB18692116-
CMYK00.510.380.27
HSL344.68º40.52%54.51%-
HSV(B)344.68º50.54%72.94%-
XYZ27.2319.3518.82-
YUV122.84124.14173.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 116 (45.70% from 255) = 29.44%
R=47.21%
G=23.35%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869211600.510.380.27344.6840.5254.51
HexBA5C74033261B1592937
Octal27213416406346335315167
Binary1011101010111001110100011001110011011011101011001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C74; }

 p { color: rgb(186,92,116); }

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

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

 a { background-color: rgb(186,92,116); }

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

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

 span { border-color: rgb(186,92,116); }

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