#B7779F

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

Shades of Bouquet #B7779F

Tints of Bouquet #B7779F

Color information

#B7779F (or 0xB7779F) is unknown color: approx Bouquet. HEX triplet: B7, 77 and 9F. RGB value is (183,119,159). Sum of RGB (Red+Green+Blue) = 183+119+159=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B7779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7779F is #488860. Grayscale: #8E8E8E. Windows color (decimal): -4753505 or 10450871. OLE color: 10450871.

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

Color convert

RGB183119159-
CMYK00.350.130.28
HSL322.5º30.77%59.22%-
HSV(B)322.5º34.97%71.76%-
XYZ32.3825.7636.07-
YUV142.7137.2156.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 159 (62.5% from 255) = 34.49%
R=39.70%
G=25.81%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311915900.350.130.28322.530.7759.22
HexB7779F023D1C1421f3b
Octal26716723704315345023773
Binary10110111111011110011111010001111011110010100001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7779F; }

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

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

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

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

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

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

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

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