#B66E9E

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

Shades of Bouquet #B66E9E

Tints of Bouquet #B66E9E

Color information

#B66E9E (or 0xB66E9E) is unknown color: approx Bouquet. HEX triplet: B6, 6E and 9E. RGB value is (182,110,158). Sum of RGB (Red+Green+Blue) = 182+110+158=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66E9E is #499161. Grayscale: #888888. Windows color (decimal): -4821346 or 10383030. OLE color: 10383030.

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

Color convert

RGB182110158-
CMYK00.400.130.29
HSL320º33.03%57.25%-
HSV(B)320º39.56%71.37%-
XYZ31.0423.5735.26-
YUV137139.85160.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=40.44%
G=24.44%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211015800.400.130.2932033.0357.25
HexB66E9E028D1D1402139
Octal26615623605015355004171
Binary101101101101110100111100101000110111101101000000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E9E; }

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

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

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

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

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

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

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

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