#BA585F

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

Shades of Blush #BA585F

Tints of Blush #BA585F

Color information

#BA585F (or 0xBA585F) is unknown color: approx Blush. HEX triplet: BA, 58 and 5F. RGB value is (186,88,95). Sum of RGB (Red+Green+Blue) = 186+88+95=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA585F is #45A7A0. Grayscale: #767676. Windows color (decimal): -4564897 or 6248634. OLE color: 6248634.

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

Color convert

RGB1868895-
CMYK00.530.490.27
HSL355.71º41.53%53.73%-
HSV(B)355.71º52.69%72.94%-
XYZ25.818.2412.99-
YUV118.1114.97176.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 95 (37.5% from 255) = 25.75%
R=50.41%
G=23.85%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186889500.530.490.27355.7141.5353.73
HexBA585F035311B1642a36
Octal27213013706561335445266
Binary1011101010110001011111011010111000111011101100100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA585F; }

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

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

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

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

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

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

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

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