#BA689E

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

Shades of Hopbush #BA689E

Tints of Hopbush #BA689E

Color information

#BA689E (or 0xBA689E) is unknown color: approx Hopbush. HEX triplet: BA, 68 and 9E. RGB value is (186,104,158). Sum of RGB (Red+Green+Blue) = 186+104+158=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA689E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA689E is #459761. Grayscale: #868686. Windows color (decimal): -4560738 or 10381498. OLE color: 10381498.

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

Color convert

RGB186104158-
CMYK00.440.150.27
HSL320.49º37.27%56.86%-
HSV(B)320.49º44.09%72.94%-
XYZ31.3722.8135.1-
YUV134.67141.17164.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 104 (41.02% from 255) = 23.21%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=41.52%
G=23.21%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610415800.440.150.27320.4937.2756.86
HexBA689E02CF1B1402539
Octal27215023605417335004571
Binary101110101101000100111100101100111111011101000000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA689E; }

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

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

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

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

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

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

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

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