#BA6D9A

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

Shades of Hopbush #BA6D9A

Tints of Hopbush #BA6D9A

Color information

#BA6D9A (or 0xBA6D9A) is unknown color: approx Hopbush. HEX triplet: BA, 6D and 9A. RGB value is (186,109,154). Sum of RGB (Red+Green+Blue) = 186+109+154=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D9A is #459265. Grayscale: #898989. Windows color (decimal): -4559462 or 10120634. OLE color: 10120634.

HSL color Cylindrical-coordinate representation of color #BA6D9A: hue angle of 324.94º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6D9A is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB186109154-
CMYK00.410.170.27
HSL324.94º35.81%57.84%-
HSV(B)324.94º41.4%72.94%-
XYZ31.5523.7133.49-
YUV137.15137.51162.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=41.43%
G=24.28%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610915400.410.170.27324.9435.8157.84
HexBA6D9A029111B145243a
Octal27215523205121335054472
Binary1011101011011011001101001010011000111011101000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D9A; }

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

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

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

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

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

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

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

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