#BA7999

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

Shades of Bouquet #BA7999

Tints of Bouquet #BA7999

Color information

#BA7999 (or 0xBA7999) is unknown color: approx Bouquet. HEX triplet: BA, 79 and 99. RGB value is (186,121,153). Sum of RGB (Red+Green+Blue) = 186+121+153=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7999 is #458666. Grayscale: #909090. Windows color (decimal): -4556391 or 10058170. OLE color: 10058170.

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

Color convert

RGB186121153-
CMYK00.350.180.27
HSL330.46º32.02%60.2%-
HSV(B)330.46º34.95%72.94%-
XYZ32.8426.4133.5-
YUV144.08133.03157.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=40.43%
G=26.30%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612115300.350.180.27330.4632.0260.2
HexBA7999023121B14a203c
Octal27217123104322335124074
Binary1011101011110011001100101000111001011011101001010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7999; }

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

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

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

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

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

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

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

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