#BA5961

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

Shades of Blush #BA5961

Tints of Blush #BA5961

Color information

#BA5961 (or 0xBA5961) is unknown color: approx Blush. HEX triplet: BA, 59 and 61. RGB value is (186,89,97). Sum of RGB (Red+Green+Blue) = 186+89+97=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5961 is #45A69E. Grayscale: #767676. Windows color (decimal): -4564639 or 6379962. OLE color: 6379962.

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

Color convert

RGB1868997-
CMYK00.520.480.27
HSL355.05º41.28%53.92%-
HSV(B)355.05º52.15%72.94%-
XYZ25.9818.4513.5-
YUV118.92115.64175.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=50%
G=23.92%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186899700.520.480.27355.0541.2853.92
HexBA5961034301B1632936
Octal27213114106460335435166
Binary1011101010110011100001011010011000011011101100011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5961; }

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

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

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

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

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

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

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

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