#BA5A62

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

Shades of Blush #BA5A62

Tints of Blush #BA5A62

Color information

#BA5A62 (or 0xBA5A62) is unknown color: approx Blush. HEX triplet: BA, 5A and 62. RGB value is (186,90,98). Sum of RGB (Red+Green+Blue) = 186+90+98=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A62 is #45A59D. Grayscale: #777777. Windows color (decimal): -4564382 or 6445754. OLE color: 6445754.

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

Color convert

RGB1869098-
CMYK00.520.470.27
HSL355º41.03%54.12%-
HSV(B)355º51.61%72.94%-
XYZ26.1118.6313.78-
YUV119.62115.8175.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 90 (35.55% from 255) = 24.06%
BLUE value IS 98 (38.67% from 255) = 26.20%
R=49.73%
G=24.06%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186909800.520.470.2735541.0354.12
HexBA5A620342F1B1632936
Octal27213214206457335435166
Binary1011101010110101100010011010010111111011101100011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A62; }

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

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

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

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

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

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

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

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