#BA6991

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

Shades of Hopbush #BA6991

Tints of Hopbush #BA6991

Color information

#BA6991 (or 0xBA6991) is unknown color: approx Hopbush. HEX triplet: BA, 69 and 91. RGB value is (186,105,145). Sum of RGB (Red+Green+Blue) = 186+105+145=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6991 is #45966E. Grayscale: #858585. Windows color (decimal): -4560495 or 9529786. OLE color: 9529786.

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

Color convert

RGB186105145-
CMYK00.440.220.27
HSL330.37º36.99%57.06%-
HSV(B)330.37º43.55%72.94%-
XYZ30.4122.5929.54-
YUV133.78134.34165.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=42.66%
G=24.08%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610514500.440.220.27330.3736.9957.06
HexBA699102C161B14a2539
Octal27215122105426335124571
Binary1011101011010011001000101011001011011011101001010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6991; }

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

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

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

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

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

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

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

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