#BA7F9A

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

Shades of Bouquet #BA7F9A

Tints of Bouquet #BA7F9A

Color information

#BA7F9A (or 0xBA7F9A) is unknown color: approx Bouquet. HEX triplet: BA, 7F and 9A. RGB value is (186,127,154). Sum of RGB (Red+Green+Blue) = 186+127+154=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F9A is #458065. Grayscale: #939393. Windows color (decimal): -4554854 or 10125242. OLE color: 10125242.

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

Color convert

RGB186127154-
CMYK00.320.170.27
HSL332.54º29.95%61.37%-
HSV(B)332.54º31.72%72.94%-
XYZ33.6727.9534.19-
YUV147.72131.55155.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 154 (60.55% from 255) = 32.98%
R=39.83%
G=27.19%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612715400.320.170.27332.5429.9561.37
HexBA7F9A020111B14d1e3d
Octal27217723204021335153675
Binary101110101111111100110100100000100011101110100110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F9A; }

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

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

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

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

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

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

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

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