#BA5C75

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

Shades of Blush #BA5C75

Tints of Blush #BA5C75

Color information

#BA5C75 (or 0xBA5C75) is unknown color: approx Blush. HEX triplet: BA, 5C and 75. RGB value is (186,92,117). Sum of RGB (Red+Green+Blue) = 186+92+117=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C75 is #45A38A. Grayscale: #7A7A7A. Windows color (decimal): -4563851 or 7691450. OLE color: 7691450.

HSL color Cylindrical-coordinate representation of color #BA5C75: hue angle of 344.04º 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 #BA5C75 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18692117-
CMYK00.510.370.27
HSL344.04º40.52%54.51%-
HSV(B)344.04º50.54%72.94%-
XYZ27.2919.3819.13-
YUV122.96124.64172.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=47.09%
G=23.29%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869211700.510.370.27344.0440.5254.51
HexBA5C75033251B1582937
Octal27213416506345335305167
Binary1011101010111001110101011001110010111011101011000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C75; }

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

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

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

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

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

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

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

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