#B66A9B

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

Shades of Bouquet #B66A9B

Tints of Bouquet #B66A9B

Color information

#B66A9B (or 0xB66A9B) is unknown color: approx Bouquet. HEX triplet: B6, 6A and 9B. RGB value is (182,106,155). Sum of RGB (Red+Green+Blue) = 182+106+155=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66A9B is #499564. Grayscale: #868686. Windows color (decimal): -4822373 or 10185398. OLE color: 10185398.

HSL color Cylindrical-coordinate representation of color #B66A9B: hue angle of 321.32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B66A9B is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB182106155-
CMYK00.420.150.29
HSL321.32º34.23%56.47%-
HSV(B)321.32º41.76%71.37%-
XYZ30.3622.6233.78-
YUV134.31139.68162.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=41.08%
G=23.93%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210615500.420.150.29321.3234.2356.47
HexB66A9B02AF1D1412238
Octal26615223305217355014270
Binary101101101101010100110110101010111111101101000001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A9B; }

 p { color: rgb(182,106,155); }

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

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

 a { background-color: rgb(182,106,155); }

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

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

 span { border-color: rgb(182,106,155); }

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