#BA595E

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

Shades of Blush #BA595E

Tints of Blush #BA595E

Color information

#BA595E (or 0xBA595E) is unknown color: approx Blush. HEX triplet: BA, 59 and 5E. RGB value is (186,89,94). Sum of RGB (Red+Green+Blue) = 186+89+94=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA595E is #45A6A1. Grayscale: #767676. Windows color (decimal): -4564642 or 6183354. OLE color: 6183354.

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

Color convert

RGB1868994-
CMYK00.520.490.27
HSL356.91º41.28%53.92%-
HSV(B)356.91º52.15%72.94%-
XYZ25.8418.3912.78-
YUV118.57114.14176.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=50.41%
G=24.12%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186899400.520.490.27356.9141.2853.92
HexBA595E034311B1652936
Octal27213113606461335455166
Binary1011101010110011011110011010011000111011101100101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA595E; }

 p { color: rgb(186,89,94); }

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

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

 a { background-color: rgb(186,89,94); }

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

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

 span { border-color: rgb(186,89,94); }

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