#B777A9

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

Shades of Bouquet #B777A9

Tints of Bouquet #B777A9

Color information

#B777A9 (or 0xB777A9) is unknown color: approx Bouquet. HEX triplet: B7, 77 and A9. RGB value is (183,119,169). Sum of RGB (Red+Green+Blue) = 183+119+169=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B777A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B777A9 is #488856. Grayscale: #8F8F8F. Windows color (decimal): -4753495 or 11106231. OLE color: 11106231.

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

Color convert

RGB183119169-
CMYK00.350.080.28
HSL313.12º30.77%59.22%-
HSV(B)313.12º34.97%71.76%-
XYZ33.2926.1340.82-
YUV143.84142.2155.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=38.85%
G=25.27%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311916900.350.080.28313.1230.7759.22
HexB777A902381C1391f3b
Octal26716725104310344713773
Binary10110111111011110101001010001110001110010011100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B777A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B777A9; }

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

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

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

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

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

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

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

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