#B66A9D

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

Shades of Bouquet #B66A9D

Tints of Bouquet #B66A9D

Color information

#B66A9D (or 0xB66A9D) is unknown color: approx Bouquet. HEX triplet: B6, 6A and 9D. RGB value is (182,106,157). Sum of RGB (Red+Green+Blue) = 182+106+157=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66A9D is #499562. Grayscale: #868686. Windows color (decimal): -4822371 or 10316470. OLE color: 10316470.

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

Color convert

RGB182106157-
CMYK00.420.140.29
HSL319.74º34.23%56.47%-
HSV(B)319.74º41.76%71.37%-
XYZ30.5322.6934.67-
YUV134.54140.68161.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=40.90%
G=23.82%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210615700.420.140.29319.7434.2356.47
HexB66A9D02AE1D1402238
Octal26615223505216355004270
Binary101101101101010100111010101010111011101101000000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A9D; }

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

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

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

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

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

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

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

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