#BA7AAA

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

Shades of Bouquet #BA7AAA

Tints of Bouquet #BA7AAA

Color information

#BA7AAA (or 0xBA7AAA) is unknown color: approx Bouquet. HEX triplet: BA, 7A and AA. RGB value is (186,122,170). Sum of RGB (Red+Green+Blue) = 186+122+170=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7AAA is #458555. Grayscale: #929292. Windows color (decimal): -4556118 or 11172538. OLE color: 11172538.

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

Color convert

RGB186122170-
CMYK00.340.090.27
HSL315º31.68%60.39%-
HSV(B)315º34.41%72.94%-
XYZ34.4627.2641.48-
YUV146.61141.2156.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=38.91%
G=25.52%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612217000.340.090.2731531.6860.39
HexBA7AAA02291B13b203c
Octal27217225204211334734074
Binary101110101111010101010100100010100111011100111011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AAA; }

 p { color: rgb(186,122,170); }

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

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

 a { background-color: rgb(186,122,170); }

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

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

 span { border-color: rgb(186,122,170); }

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