#BA5A68

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

Shades of Blush #BA5A68

Tints of Blush #BA5A68

Color information

#BA5A68 (or 0xBA5A68) is unknown color: approx Blush. HEX triplet: BA, 5A and 68. RGB value is (186,90,104). Sum of RGB (Red+Green+Blue) = 186+90+104=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A68 is #45A597. Grayscale: #787878. Windows color (decimal): -4564376 or 6838970. OLE color: 6838970.

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

Color convert

RGB18690104-
CMYK00.520.440.27
HSL351.25º41.03%54.12%-
HSV(B)351.25º51.61%72.94%-
XYZ26.418.7515.32-
YUV120.3118.8174.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 90 (35.55% from 255) = 23.68%
BLUE value IS 104 (41.02% from 255) = 27.37%
R=48.95%
G=23.68%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869010400.520.440.27351.2541.0354.12
HexBA5A680342C1B15f2936
Octal27213215006454335375166
Binary1011101010110101101000011010010110011011101011111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A68; }

 p { color: rgb(186,90,104); }

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

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

 a { background-color: rgb(186,90,104); }

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

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

 span { border-color: rgb(186,90,104); }

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