#BA565F

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

Shades of Blush #BA565F

Tints of Blush #BA565F

Color information

#BA565F (or 0xBA565F) is unknown color: approx Blush. HEX triplet: BA, 56 and 5F. RGB value is (186,86,95). Sum of RGB (Red+Green+Blue) = 186+86+95=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA565F is #45A9A0. Grayscale: #747474. Windows color (decimal): -4565409 or 6248122. OLE color: 6248122.

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

Color convert

RGB1868695-
CMYK00.540.490.27
HSL354.6º42.02%53.33%-
HSV(B)354.6º53.76%72.94%-
XYZ25.6417.9212.93-
YUV116.93115.63177.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 95 (37.5% from 255) = 25.89%
R=50.68%
G=23.43%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186869500.540.490.27354.642.0253.33
HexBA565F036311B1632a35
Octal27212613706661335435265
Binary1011101010101101011111011011011000111011101100011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA565F; }

 p { color: rgb(186,86,95); }

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

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

 a { background-color: rgb(186,86,95); }

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

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

 span { border-color: rgb(186,86,95); }

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