#BA415F

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

Shades of Blush #BA415F

Tints of Blush #BA415F

Color information

#BA415F (or 0xBA415F) is unknown color: approx Blush. HEX triplet: BA, 41 and 5F. RGB value is (186,65,95). Sum of RGB (Red+Green+Blue) = 186+65+95=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA415F is #45BEA0. Grayscale: #686868. Windows color (decimal): -4570785 or 6242746. OLE color: 6242746.

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

Color convert

RGB1866595-
CMYK00.650.490.27
HSL345.12º48.21%49.22%-
HSV(B)345.12º65.05%72.94%-
XYZ24.2115.0512.45-
YUV104.6122.59186.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=53.76%
G=18.79%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186659500.650.490.27345.1248.2149.22
HexBA415F041311B1593031
Octal272101137010161335316061
Binary10111010100000110111110100000111000111011101011001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA415F; }

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

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

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

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

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

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

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

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