#BA5A65

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

Shades of Blush #BA5A65

Tints of Blush #BA5A65

Color information

#BA5A65 (or 0xBA5A65) is unknown color: approx Blush. HEX triplet: BA, 5A and 65. RGB value is (186,90,101). Sum of RGB (Red+Green+Blue) = 186+90+101=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A65 is #45A59A. Grayscale: #787878. Windows color (decimal): -4564379 or 6642362. OLE color: 6642362.

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

Color convert

RGB18690101-
CMYK00.520.460.27
HSL353.12º41.03%54.12%-
HSV(B)353.12º51.61%72.94%-
XYZ26.2518.6914.54-
YUV119.96117.3175.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=49.34%
G=23.87%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869010100.520.460.27353.1241.0354.12
HexBA5A650342E1B1612936
Octal27213214506456335415166
Binary1011101010110101100101011010010111011011101100001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A65; }

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

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

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

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

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

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

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

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