#BA79AA

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

Shades of Bouquet #BA79AA

Tints of Bouquet #BA79AA

Color information

#BA79AA (or 0xBA79AA) is unknown color: approx Bouquet. HEX triplet: BA, 79 and AA. RGB value is (186,121,170). Sum of RGB (Red+Green+Blue) = 186+121+170=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA79AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA79AA is #458655. Grayscale: #919191. Windows color (decimal): -4556374 or 11172282. OLE color: 11172282.

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

Color convert

RGB186121170-
CMYK00.350.090.27
HSL314.77º32.02%60.2%-
HSV(B)314.77º34.95%72.94%-
XYZ34.3427.0241.43-
YUV146.02141.53156.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 121 (47.66% from 255) = 25.37%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=38.99%
G=25.37%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612117000.350.090.27314.7732.0260.2
HexBA79AA02391B13b203c
Octal27217125204311334734074
Binary101110101111001101010100100011100111011100111011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA79AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA79AA; }

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

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

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

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

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

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

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

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