#B779AA

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

Shades of Bouquet #B779AA

Tints of Bouquet #B779AA

Color information

#B779AA (or 0xB779AA) is unknown color: approx Bouquet. HEX triplet: B7, 79 and AA. RGB value is (183,121,170). Sum of RGB (Red+Green+Blue) = 183+121+170=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B779AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B779AA is #488655. Grayscale: #909090. Windows color (decimal): -4752982 or 11172279. OLE color: 11172279.

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

Color convert

RGB183121170-
CMYK00.340.070.28
HSL312.58º30.1%59.61%-
HSV(B)312.58º33.88%71.76%-
XYZ33.6226.6441.4-
YUV145.12142.04155.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 121 (47.66% from 255) = 25.53%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=38.61%
G=25.53%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312117000.340.070.28312.5830.159.61
HexB779AA02271C1391e3c
Octal2671712520427344713674
Binary1011011111110011010101001000101111110010011100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B779AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B779AA; }

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

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

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

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

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

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

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

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