#ba5671

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

Shades of Blush #BA5671

Tints of Blush #BA5671

Color information

#BA5671 (or 0xBA5671) is unknown color: approx Blush. HEX triplet: BA, 56 and 71. RGB value is (186,86,113). Sum of RGB (Red+Green+Blue) = 186+86+113=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5671 is #45A98E. Grayscale: #767676. Windows color (decimal): -4565391 or 7427770. OLE color: 7427770.

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

Color convert

RGB18686113-
CMYK00.540.390.27
HSL343.8º42.02%53.33%-
HSV(B)343.8º53.76%72.94%-
XYZ26.5618.2917.75-
YUV118.98124.63175.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=48.31%
G=22.34%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868611300.540.390.27343.842.0253.33
HexBA5671036271B1582a35
Octal27212616106647335305265
Binary1011101010101101110001011011010011111011101011000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5671; }

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

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

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

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

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

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

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

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