#B66DA6

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

Shades of Bouquet #B66DA6

Tints of Bouquet #B66DA6

Color information

#B66DA6 (or 0xB66DA6) is unknown color: approx Bouquet. HEX triplet: B6, 6D and A6. RGB value is (182,109,166). Sum of RGB (Red+Green+Blue) = 182+109+166=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B66DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66DA6 is #499259. Grayscale: #898989. Windows color (decimal): -4821594 or 10907062. OLE color: 10907062.

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

Color convert

RGB182109166-
CMYK00.400.090.29
HSL313.15º33.33%57.06%-
HSV(B)313.15º40.11%71.37%-
XYZ31.6423.6438.97-
YUV137.32144.18159.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 109 (42.97% from 255) = 23.85%
BLUE value IS 166 (65.23% from 255) = 36.32%
R=39.82%
G=23.85%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210916600.400.090.29313.1533.3357.06
HexB66DA602891D1392139
Octal26615524605011354714171
Binary101101101101101101001100101000100111101100111001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66DA6; }

 p { color: rgb(182,109,166); }

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

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

 a { background-color: rgb(182,109,166); }

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

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

 span { border-color: rgb(182,109,166); }

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