#BA76AB

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

Shades of Bouquet #BA76AB

Tints of Bouquet #BA76AB

Color information

#BA76AB (or 0xBA76AB) is unknown color: approx Bouquet. HEX triplet: BA, 76 and AB. RGB value is (186,118,171). Sum of RGB (Red+Green+Blue) = 186+118+171=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA76AB is #458954. Grayscale: #909090. Windows color (decimal): -4557141 or 11237050. OLE color: 11237050.

HSL color Cylindrical-coordinate representation of color #BA76AB: hue angle of 313.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA76AB is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186118171-
CMYK00.370.080.27
HSL313.24º33.01%59.61%-
HSV(B)313.24º36.56%72.94%-
XYZ34.0826.3441.82-
YUV144.37143.03157.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 171 (67.19% from 255) = 36%
R=39.16%
G=24.84%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611817100.370.080.27313.2433.0159.61
HexBA76AB02581B139213c
Octal27216625304510334714174
Binary101110101110110101010110100101100011011100111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76AB; }

 p { color: rgb(186,118,171); }

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

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

 a { background-color: rgb(186,118,171); }

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

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

 span { border-color: rgb(186,118,171); }

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