#BA7A99

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

Shades of Bouquet #BA7A99

Tints of Bouquet #BA7A99

Color information

#BA7A99 (or 0xBA7A99) is unknown color: approx Bouquet. HEX triplet: BA, 7A and 99. RGB value is (186,122,153). Sum of RGB (Red+Green+Blue) = 186+122+153=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A99 is #458566. Grayscale: #909090. Windows color (decimal): -4556135 or 10058426. OLE color: 10058426.

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

Color convert

RGB186122153-
CMYK00.340.180.27
HSL330.94º31.68%60.39%-
HSV(B)330.94º34.41%72.94%-
XYZ32.9626.6633.55-
YUV144.67132.7157.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=40.35%
G=26.46%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612215300.340.180.27330.9431.6860.39
HexBA7A99022121B14b203c
Octal27217223104222335134074
Binary1011101011110101001100101000101001011011101001011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A99; }

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

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

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

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

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

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

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

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