#BA5B61

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

Shades of Blush #BA5B61

Tints of Blush #BA5B61

Color information

#BA5B61 (or 0xBA5B61) is unknown color: approx Blush. HEX triplet: BA, 5B and 61. RGB value is (186,91,97). Sum of RGB (Red+Green+Blue) = 186+91+97=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B61 is #45A49E. Grayscale: #787878. Windows color (decimal): -4564127 or 6380474. OLE color: 6380474.

HSL color Cylindrical-coordinate representation of color #BA5B61: hue angle of 356.21º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B61 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1869197-
CMYK00.510.480.27
HSL356.21º40.77%54.31%-
HSV(B)356.21º51.08%72.94%-
XYZ26.1518.7813.56-
YUV120.09114.97175.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 91 (35.94% from 255) = 24.33%
BLUE value IS 97 (38.28% from 255) = 25.94%
R=49.73%
G=24.33%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186919700.510.480.27356.2140.7754.31
HexBA5B61033301B1642936
Octal27213314106360335445166
Binary1011101010110111100001011001111000011011101100100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B61; }

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

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

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

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

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

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

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

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