#BA689B

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

Shades of Hopbush #BA689B

Tints of Hopbush #BA689B

Color information

#BA689B (or 0xBA689B) is unknown color: approx Hopbush. HEX triplet: BA, 68 and 9B. RGB value is (186,104,155). Sum of RGB (Red+Green+Blue) = 186+104+155=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA689B is #459764. Grayscale: #868686. Windows color (decimal): -4560741 or 10184890. OLE color: 10184890.

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

Color convert

RGB186104155-
CMYK00.440.170.27
HSL322.68º37.27%56.86%-
HSV(B)322.68º44.09%72.94%-
XYZ31.1222.7133.75-
YUV134.33139.67164.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=41.80%
G=23.37%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610415500.440.170.27322.6837.2756.86
HexBA689B02C111B1432539
Octal27215023305421335034571
Binary1011101011010001001101101011001000111011101000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA689B; }

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

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

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

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

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

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

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

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