#BA5970

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

Shades of Blush #BA5970

Tints of Blush #BA5970

Color information

#BA5970 (or 0xBA5970) is unknown color: approx Blush. HEX triplet: BA, 59 and 70. RGB value is (186,89,112). Sum of RGB (Red+Green+Blue) = 186+89+112=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5970 is #45A68F. Grayscale: #787878. Windows color (decimal): -4564624 or 7363002. OLE color: 7363002.

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

Color convert

RGB18689112-
CMYK00.520.400.27
HSL345.77º41.28%53.92%-
HSV(B)345.77º52.15%72.94%-
XYZ26.7518.7517.54-
YUV120.62123.14174.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=48.06%
G=23.00%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868911200.520.400.27345.7741.2853.92
HexBA5970034281B15a2936
Octal27213116006450335325166
Binary1011101010110011110000011010010100011011101011010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5970; }

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

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

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

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

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

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

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

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