#B776A0

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

Shades of Bouquet #B776A0

Tints of Bouquet #B776A0

Color information

#B776A0 (or 0xB776A0) is unknown color: approx Bouquet. HEX triplet: B7, 76 and A0. RGB value is (183,118,160). Sum of RGB (Red+Green+Blue) = 183+118+160=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B776A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B776A0 is #48895F. Grayscale: #8E8E8E. Windows color (decimal): -4753760 or 10516151. OLE color: 10516151.

HSL color Cylindrical-coordinate representation of color #B776A0: hue angle of 321.23º 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 #B776A0 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB183118160-
CMYK00.360.130.28
HSL321.23º31.1%59.02%-
HSV(B)321.23º35.52%71.76%-
XYZ32.3525.5636.49-
YUV142.22138.03157.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=39.70%
G=25.60%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311816000.360.130.28321.2331.159.02
HexB776A0024D1C1411f3b
Octal26716624004415345013773
Binary10110111111011010100000010010011011110010100000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B776A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B776A0; }

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

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

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

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

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

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

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

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