#BA5B6D

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

Shades of Blush #BA5B6D

Tints of Blush #BA5B6D

Color information

#BA5B6D (or 0xBA5B6D) is unknown color: approx Blush. HEX triplet: BA, 5B and 6D. RGB value is (186,91,109). Sum of RGB (Red+Green+Blue) = 186+91+109=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B6D is #45A492. Grayscale: #797979. Windows color (decimal): -4564115 or 7166906. OLE color: 7166906.

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

Color convert

RGB18691109-
CMYK00.510.410.27
HSL348.63º40.77%54.31%-
HSV(B)348.63º51.08%72.94%-
XYZ26.7519.0316.73-
YUV121.46120.97174.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 109 (42.97% from 255) = 28.24%
R=48.19%
G=23.58%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869110900.510.410.27348.6340.7754.31
HexBA5B6D033291B15d2936
Octal27213315506351335355166
Binary1011101010110111101101011001110100111011101011101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B6D; }

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

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

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

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

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

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

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

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