#BA689A

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

Shades of Hopbush #BA689A

Tints of Hopbush #BA689A

Color information

#BA689A (or 0xBA689A) is unknown color: approx Hopbush. HEX triplet: BA, 68 and 9A. RGB value is (186,104,154). Sum of RGB (Red+Green+Blue) = 186+104+154=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA689A is #459765. Grayscale: #868686. Windows color (decimal): -4560742 or 10119354. OLE color: 10119354.

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

Color convert

RGB186104154-
CMYK00.440.170.27
HSL323.41º37.27%56.86%-
HSV(B)323.41º44.09%72.94%-
XYZ31.0322.6733.31-
YUV134.22139.17164.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=41.89%
G=23.42%
B=34.68%

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
Decimal18610415400.440.170.27323.4137.2756.86
HexBA689A02C111B1432539
Octal27215023205421335034571
Binary1011101011010001001101001011001000111011101000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA689A; }

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

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

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

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

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

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

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

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