#BA70AA

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

Shades of Bouquet #BA70AA

Tints of Bouquet #BA70AA

Color information

#BA70AA (or 0xBA70AA) is unknown color: approx Bouquet. HEX triplet: BA, 70 and AA. RGB value is (186,112,170). Sum of RGB (Red+Green+Blue) = 186+112+170=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA70AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA70AA is #458F55. Grayscale: #8C8C8C. Windows color (decimal): -4558678 or 11169978. OLE color: 11169978.

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

Color convert

RGB186112170-
CMYK00.400.090.27
HSL312.97º34.91%58.43%-
HSV(B)312.97º39.78%72.94%-
XYZ33.324.9341.09-
YUV140.74144.52160.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=39.74%
G=23.93%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611217000.400.090.27312.9734.9158.43
HexBA70AA02891B139233a
Octal27216025205011334714372
Binary101110101110000101010100101000100111011100111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70AA; }

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

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

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

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

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

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

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

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