#BA7FA6

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

Shades of Bouquet #BA7FA6

Tints of Bouquet #BA7FA6

Color information

#BA7FA6 (or 0xBA7FA6) is unknown color: approx Bouquet. HEX triplet: BA, 7F and A6. RGB value is (186,127,166). Sum of RGB (Red+Green+Blue) = 186+127+166=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7FA6 is #458059. Grayscale: #949494. Windows color (decimal): -4554842 or 10911674. OLE color: 10911674.

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

Color convert

RGB186127166-
CMYK00.320.110.27
HSL320.34º29.95%61.37%-
HSV(B)320.34º31.72%72.94%-
XYZ34.7228.3739.72-
YUV149.09137.55154.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 166 (65.23% from 255) = 34.66%
R=38.83%
G=26.51%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612716600.320.110.27320.3429.9561.37
HexBA7FA6020B1B1401e3d
Octal27217724604013335003675
Binary10111010111111110100110010000010111101110100000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7FA6; }

 p { color: rgb(186,127,166); }

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

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

 a { background-color: rgb(186,127,166); }

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

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

 span { border-color: rgb(186,127,166); }

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