#BA475D

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

Shades of Blush #BA475D

Tints of Blush #BA475D

Color information

#BA475D (or 0xBA475D) is unknown color: approx Blush. HEX triplet: BA, 47 and 5D. RGB value is (186,71,93). Sum of RGB (Red+Green+Blue) = 186+71+93=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA475D is #45B8A2. Grayscale: #6B6B6B. Windows color (decimal): -4569251 or 6113210. OLE color: 6113210.

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

Color convert

RGB1867193-
CMYK00.620.50.27
HSL348.52º45.45%50.39%-
HSV(B)348.52º61.83%72.94%-
XYZ24.4815.7412.1-
YUV107.89119.6183.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 71 (28.12% from 255) = 20.29%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=53.14%
G=20.29%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186719300.620.50.27348.5245.4550.39
HexBA475D03E321B15d2d32
Octal27210713507662335355562
Binary1011101010001111011101011111011001011011101011101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA475D; }

 p { color: rgb(186,71,93); }

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

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

 a { background-color: rgb(186,71,93); }

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

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

 span { border-color: rgb(186,71,93); }

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