#BA5670

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

Shades of Blush #BA5670

Tints of Blush #BA5670

Color information

#BA5670 (or 0xBA5670) is unknown color: approx Blush. HEX triplet: BA, 56 and 70. RGB value is (186,86,112). Sum of RGB (Red+Green+Blue) = 186+86+112=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5670 is #45A98F. Grayscale: #767676. Windows color (decimal): -4565392 or 7362234. OLE color: 7362234.

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

Color convert

RGB18686112-
CMYK00.540.400.27
HSL344.4º42.02%53.33%-
HSV(B)344.4º53.76%72.94%-
XYZ26.518.2617.46-
YUV118.86124.13175.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=48.44%
G=22.40%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868611200.540.400.27344.442.0253.33
HexBA5670036281B1582a35
Octal27212616006650335305265
Binary1011101010101101110000011011010100011011101011000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5670; }

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

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

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

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

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

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

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

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