#B779A9

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

Shades of Bouquet #B779A9

Tints of Bouquet #B779A9

Color information

#B779A9 (or 0xB779A9) is unknown color: approx Bouquet. HEX triplet: B7, 79 and A9. RGB value is (183,121,169). Sum of RGB (Red+Green+Blue) = 183+121+169=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B779A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B779A9 is #488656. Grayscale: #909090. Windows color (decimal): -4752983 or 11106743. OLE color: 11106743.

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

Color convert

RGB183121169-
CMYK00.340.080.28
HSL313.55º30.1%59.61%-
HSV(B)313.55º33.88%71.76%-
XYZ33.5326.6140.9-
YUV145.01141.54155.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 121 (47.66% from 255) = 25.58%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=38.69%
G=25.58%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312116900.340.080.28313.5530.159.61
HexB779A902281C13a1e3c
Octal26717125104210344723674
Binary10110111111100110101001010001010001110010011101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B779A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B779A9; }

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

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

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

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

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

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

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

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