#B66D9A

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

Shades of Bouquet #B66D9A

Tints of Bouquet #B66D9A

Color information

#B66D9A (or 0xB66D9A) is unknown color: approx Bouquet. HEX triplet: B6, 6D and 9A. RGB value is (182,109,154). Sum of RGB (Red+Green+Blue) = 182+109+154=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66D9A is #499265. Grayscale: #878787. Windows color (decimal): -4821606 or 10120630. OLE color: 10120630.

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

Color convert

RGB182109154-
CMYK00.400.150.29
HSL323.01º33.33%57.06%-
HSV(B)323.01º40.11%71.37%-
XYZ30.5923.2233.44-
YUV135.96138.18160.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=40.90%
G=24.49%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210915400.400.150.29323.0133.3357.06
HexB66D9A028F1D1432139
Octal26615523205017355034171
Binary101101101101101100110100101000111111101101000011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D9A; }

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

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

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

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

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

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

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

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