#BA7F99

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

Shades of Bouquet #BA7F99

Tints of Bouquet #BA7F99

Color information

#BA7F99 (or 0xBA7F99) is unknown color: approx Bouquet. HEX triplet: BA, 7F and 99. RGB value is (186,127,153). Sum of RGB (Red+Green+Blue) = 186+127+153=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F99 is #458066. Grayscale: #939393. Windows color (decimal): -4554855 or 10059706. OLE color: 10059706.

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

Color convert

RGB186127153-
CMYK00.320.180.27
HSL333.56º29.95%61.37%-
HSV(B)333.56º31.72%72.94%-
XYZ33.5927.9233.76-
YUV147.6131.05155.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 127 (50% from 255) = 27.25%
BLUE value IS 153 (60.16% from 255) = 32.83%
R=39.91%
G=27.25%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612715300.320.180.27333.5629.9561.37
HexBA7F99020121B14e1e3d
Octal27217723104022335163675
Binary101110101111111100110010100000100101101110100111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F99; }

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

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

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

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

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

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

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

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