#BA688F

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

Shades of Hopbush #BA688F

Tints of Hopbush #BA688F

Color information

#BA688F (or 0xBA688F) is unknown color: approx Hopbush. HEX triplet: BA, 68 and 8F. RGB value is (186,104,143). Sum of RGB (Red+Green+Blue) = 186+104+143=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA688F is #459770. Grayscale: #848484. Windows color (decimal): -4560753 or 9398458. OLE color: 9398458.

HSL color Cylindrical-coordinate representation of color #BA688F: hue angle of 331.46º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA688F is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186104143-
CMYK00.440.230.27
HSL331.46º37.27%56.86%-
HSV(B)331.46º44.09%72.94%-
XYZ30.1622.3228.71-
YUV132.96133.67165.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 143 (56.25% from 255) = 33.03%
R=42.96%
G=24.02%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610414300.440.230.27331.4637.2756.86
HexBA688F02C171B14b2539
Octal27215021705427335134571
Binary1011101011010001000111101011001011111011101001011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA688F; }

 p { color: rgb(186,104,143); }

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

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

 a { background-color: rgb(186,104,143); }

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

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

 span { border-color: rgb(186,104,143); }

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