#BA669E

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

Shades of Hopbush #BA669E

Tints of Hopbush #BA669E

Color information

#BA669E (or 0xBA669E) is unknown color: approx Hopbush. HEX triplet: BA, 66 and 9E. RGB value is (186,102,158). Sum of RGB (Red+Green+Blue) = 186+102+158=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA669E is #459961. Grayscale: #858585. Windows color (decimal): -4561250 or 10380986. OLE color: 10380986.

HSL color Cylindrical-coordinate representation of color #BA669E: hue angle of 320º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA669E is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB186102158-
CMYK00.450.150.27
HSL320º37.84%56.47%-
HSV(B)320º45.16%72.94%-
XYZ31.1722.4135.03-
YUV133.5141.83165.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=41.70%
G=22.87%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610215800.450.150.2732037.8456.47
HexBA669E02DF1B1402638
Octal27214623605517335004670
Binary101110101100110100111100101101111111011101000000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA669E; }

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

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

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

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

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

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

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

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