#BA7AA8

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

Shades of Bouquet #BA7AA8

Tints of Bouquet #BA7AA8

Color information

#BA7AA8 (or 0xBA7AA8) is unknown color: approx Bouquet. HEX triplet: BA, 7A and A8. RGB value is (186,122,168). Sum of RGB (Red+Green+Blue) = 186+122+168=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7AA8 is #458557. Grayscale: #929292. Windows color (decimal): -4556120 or 11041466. OLE color: 11041466.

HSL color Cylindrical-coordinate representation of color #BA7AA8: hue angle of 316.88º 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 #BA7AA8 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB186122168-
CMYK00.340.100.27
HSL316.88º31.68%60.39%-
HSV(B)316.88º34.41%72.94%-
XYZ34.2827.1940.49-
YUV146.38140.2156.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 122 (48.05% from 255) = 25.63%
BLUE value IS 168 (66.02% from 255) = 35.29%
R=39.08%
G=25.63%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612216800.340.100.27316.8831.6860.39
HexBA7AA8022A1B13d203c
Octal27217225004212334754074
Binary101110101111010101010000100010101011011100111101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AA8; }

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

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

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

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

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

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

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

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