#b66fa9

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

Shades of Bouquet #B66FA9

Tints of Bouquet #B66FA9

Color information

#B66FA9 (or 0xB66FA9) is unknown color: approx Bouquet. HEX triplet: B6, 6F and A9. RGB value is (182,111,169). Sum of RGB (Red+Green+Blue) = 182+111+169=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B66FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66FA9 is #499056. Grayscale: #8A8A8A. Windows color (decimal): -4821079 or 11104182. OLE color: 11104182.

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

Color convert

RGB182111169-
CMYK00.390.070.29
HSL310.99º32.72%57.45%-
HSV(B)310.99º39.01%71.37%-
XYZ32.1424.1840.51-
YUV138.84145.02158.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 169 (66.41% from 255) = 36.58%
R=39.39%
G=24.03%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211116900.390.070.29310.9932.7257.45
HexB66FA902771D1372139
Octal2661572510477354674171
Binary10110110110111110101001010011111111101100110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66fa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66fa9; }

 p { color: rgb(182,111,169); }

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

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

 a { background-color: rgb(182,111,169); }

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

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

 span { border-color: rgb(182,111,169); }

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