#BA5A64

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

Shades of Blush #BA5A64

Tints of Blush #BA5A64

Color information

#BA5A64 (or 0xBA5A64) is unknown color: approx Blush. HEX triplet: BA, 5A and 64. RGB value is (186,90,100). Sum of RGB (Red+Green+Blue) = 186+90+100=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A64 is #45A59B. Grayscale: #777777. Windows color (decimal): -4564380 or 6576826. OLE color: 6576826.

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

Color convert

RGB18690100-
CMYK00.520.460.27
HSL353.75º41.03%54.12%-
HSV(B)353.75º51.61%72.94%-
XYZ26.2118.6714.28-
YUV119.84116.8175.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=49.47%
G=23.94%
B=26.60%

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
Decimal1869010000.520.460.27353.7541.0354.12
HexBA5A640342E1B1622936
Octal27213214406456335425166
Binary1011101010110101100100011010010111011011101100010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A64; }

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

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

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

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

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

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

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

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