#BA5965

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

Shades of Blush #BA5965

Tints of Blush #BA5965

Color information

#BA5965 (or 0xBA5965) is unknown color: approx Blush. HEX triplet: BA, 59 and 65. RGB value is (186,89,101). Sum of RGB (Red+Green+Blue) = 186+89+101=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5965 is #45A69A. Grayscale: #777777. Windows color (decimal): -4564635 or 6642106. OLE color: 6642106.

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

Color convert

RGB18689101-
CMYK00.520.460.27
HSL352.58º41.28%53.92%-
HSV(B)352.58º52.15%72.94%-
XYZ26.1718.5214.51-
YUV119.37117.64175.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 101 (39.84% from 255) = 26.86%
R=49.47%
G=23.67%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868910100.520.460.27352.5841.2853.92
HexBA59650342E1B1612936
Octal27213114506456335415166
Binary1011101010110011100101011010010111011011101100001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5965; }

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

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

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

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

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

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

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

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