#BA74AA

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

Shades of Bouquet #BA74AA

Tints of Bouquet #BA74AA

Color information

#BA74AA (or 0xBA74AA) is unknown color: approx Bouquet. HEX triplet: BA, 74 and AA. RGB value is (186,116,170). Sum of RGB (Red+Green+Blue) = 186+116+170=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA74AA is #458B55. Grayscale: #8E8E8E. Windows color (decimal): -4557654 or 11171002. OLE color: 11171002.

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

Color convert

RGB186116170-
CMYK00.380.090.27
HSL313.71º33.65%59.22%-
HSV(B)313.71º37.63%72.94%-
XYZ33.7525.8341.24-
YUV143.09143.19158.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 116 (45.70% from 255) = 24.58%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=39.41%
G=24.58%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611617000.380.090.27313.7133.6559.22
HexBA74AA02691B13a223b
Octal27216425204611334724273
Binary101110101110100101010100100110100111011100111010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74AA; }

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

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

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

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

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

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

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

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