#B776A9

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

Shades of Bouquet #B776A9

Tints of Bouquet #B776A9

Color information

#B776A9 (or 0xB776A9) is unknown color: approx Bouquet. HEX triplet: B7, 76 and A9. RGB value is (183,118,169). Sum of RGB (Red+Green+Blue) = 183+118+169=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B776A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B776A9 is #488956. Grayscale: #8F8F8F. Windows color (decimal): -4753751 or 11105975. OLE color: 11105975.

HSL color Cylindrical-coordinate representation of color #B776A9: hue angle of 312.92º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B776A9 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB183118169-
CMYK00.360.080.28
HSL312.92º31.1%59.02%-
HSV(B)312.92º35.52%71.76%-
XYZ33.1725.8940.78-
YUV143.25142.53156.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.94%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 169 (66.41% from 255) = 35.96%
R=38.94%
G=25.11%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311816900.360.080.28312.9231.159.02
HexB776A902481C1391f3b
Octal26716625104410344713773
Binary10110111111011010101001010010010001110010011100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B776A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B776A9; }

 p { color: rgb(183,118,169); }

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

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

 a { background-color: rgb(183,118,169); }

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

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

 span { border-color: rgb(183,118,169); }

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