#BA6C9A

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

Shades of Hopbush #BA6C9A

Tints of Hopbush #BA6C9A

Color information

#BA6C9A (or 0xBA6C9A) is unknown color: approx Hopbush. HEX triplet: BA, 6C and 9A. RGB value is (186,108,154). Sum of RGB (Red+Green+Blue) = 186+108+154=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6C9A is #459365. Grayscale: #888888. Windows color (decimal): -4559718 or 10120378. OLE color: 10120378.

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

Color convert

RGB186108154-
CMYK00.420.170.27
HSL324.62º36.11%57.65%-
HSV(B)324.62º41.94%72.94%-
XYZ31.4423.533.45-
YUV136.57137.84163.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 108 (42.58% from 255) = 24.11%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=41.52%
G=24.11%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610815400.420.170.27324.6236.1157.65
HexBA6C9A02A111B145243a
Octal27215423205221335054472
Binary1011101011011001001101001010101000111011101000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C9A; }

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

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

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

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

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

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

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

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