#B776A1

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

Shades of Bouquet #B776A1

Tints of Bouquet #B776A1

Color information

#B776A1 (or 0xB776A1) is unknown color: approx Bouquet. HEX triplet: B7, 76 and A1. RGB value is (183,118,161). Sum of RGB (Red+Green+Blue) = 183+118+161=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B776A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B776A1 is #48895E. Grayscale: #8E8E8E. Windows color (decimal): -4753759 or 10581687. OLE color: 10581687.

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

Color convert

RGB183118161-
CMYK00.360.120.28
HSL320.31º31.1%59.02%-
HSV(B)320.31º35.52%71.76%-
XYZ32.4425.636.95-
YUV142.34138.53157-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.61%
GREEN value IS 118 (46.48% from 255) = 25.54%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=39.61%
G=25.54%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311816100.360.120.28320.3131.159.02
HexB776A1024C1C1401f3b
Octal26716624104414345003773
Binary10110111111011010100001010010011001110010100000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B776A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B776A1; }

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

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

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

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

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

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

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

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