#B66E99

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

Shades of Bouquet #B66E99

Tints of Bouquet #B66E99

Color information

#B66E99 (or 0xB66E99) is unknown color: approx Bouquet. HEX triplet: B6, 6E and 99. RGB value is (182,110,153). Sum of RGB (Red+Green+Blue) = 182+110+153=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66E99 is #499166. Grayscale: #888888. Windows color (decimal): -4821351 or 10055350. OLE color: 10055350.

HSL color Cylindrical-coordinate representation of color #B66E99: hue angle of 324.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66E99 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB182110153-
CMYK00.400.160.29
HSL324.17º33.03%57.25%-
HSV(B)324.17º39.56%71.37%-
XYZ30.6223.433.04-
YUV136.43137.35160.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 110 (43.36% from 255) = 24.72%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=40.90%
G=24.72%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211015300.400.160.29324.1733.0357.25
HexB66E99028101D1442139
Octal26615623105020355044171
Binary1011011011011101001100101010001000011101101000100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E99; }

 p { color: rgb(182,110,153); }

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

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

 a { background-color: rgb(182,110,153); }

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

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

 span { border-color: rgb(182,110,153); }

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