#BA669D

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

Shades of Hopbush #BA669D

Tints of Hopbush #BA669D

Color information

#BA669D (or 0xBA669D) is unknown color: approx Hopbush. HEX triplet: BA, 66 and 9D. RGB value is (186,102,157). Sum of RGB (Red+Green+Blue) = 186+102+157=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA669D is #459962. Grayscale: #858585. Windows color (decimal): -4561251 or 10315450. OLE color: 10315450.

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

Color convert

RGB186102157-
CMYK00.450.160.27
HSL320.71º37.84%56.47%-
HSV(B)320.71º45.16%72.94%-
XYZ31.0922.3834.58-
YUV133.39141.33165.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=41.80%
G=22.92%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610215700.450.160.27320.7137.8456.47
HexBA669D02D101B1412638
Octal27214623505520335014670
Binary1011101011001101001110101011011000011011101000001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA669D; }

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

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

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

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

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

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

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

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