#B66E96

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

Shades of Bouquet #B66E96

Tints of Bouquet #B66E96

Color information

#B66E96 (or 0xB66E96) is unknown color: approx Bouquet. HEX triplet: B6, 6E and 96. RGB value is (182,110,150). Sum of RGB (Red+Green+Blue) = 182+110+150=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66E96 is #499169. Grayscale: #888888. Windows color (decimal): -4821354 or 9858742. OLE color: 9858742.

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

Color convert

RGB182110150-
CMYK00.400.180.29
HSL326.67º33.03%57.25%-
HSV(B)326.67º39.56%71.37%-
XYZ30.3723.331.75-
YUV136.09135.85160.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 150 (58.98% from 255) = 33.94%
R=41.18%
G=24.89%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211015000.400.180.29326.6733.0357.25
HexB66E96028121D1472139
Octal26615622605022355074171
Binary1011011011011101001011001010001001011101101000111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E96; }

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

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

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

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

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

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

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

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