#BA699B

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

Shades of Hopbush #BA699B

Tints of Hopbush #BA699B

Color information

#BA699B (or 0xBA699B) is unknown color: approx Hopbush. HEX triplet: BA, 69 and 9B. RGB value is (186,105,155). Sum of RGB (Red+Green+Blue) = 186+105+155=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA699B is #459664. Grayscale: #868686. Windows color (decimal): -4560485 or 10185146. OLE color: 10185146.

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

Color convert

RGB186105155-
CMYK00.440.170.27
HSL322.96º36.99%57.06%-
HSV(B)322.96º43.55%72.94%-
XYZ31.2222.9133.79-
YUV134.92139.34164.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=41.70%
G=23.54%
B=34.75%

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
Decimal18610515500.440.170.27322.9636.9957.06
HexBA699B02C111B1432539
Octal27215123305421335034571
Binary1011101011010011001101101011001000111011101000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA699B; }

 p { color: rgb(186,105,155); }

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

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

 a { background-color: rgb(186,105,155); }

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

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

 span { border-color: rgb(186,105,155); }

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