#B7779D

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

Shades of Bouquet #B7779D

Tints of Bouquet #B7779D

Color information

#B7779D (or 0xB7779D) is unknown color: approx Bouquet. HEX triplet: B7, 77 and 9D. RGB value is (183,119,157). Sum of RGB (Red+Green+Blue) = 183+119+157=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B7779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7779D is #488862. Grayscale: #8E8E8E. Windows color (decimal): -4753507 or 10319799. OLE color: 10319799.

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

Color convert

RGB183119157-
CMYK00.350.140.28
HSL324.38º30.77%59.22%-
HSV(B)324.38º34.97%71.76%-
XYZ32.2125.735.16-
YUV142.47136.2156.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.87%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 157 (61.72% from 255) = 34.20%
R=39.87%
G=25.93%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311915700.350.140.28324.3830.7759.22
HexB7779D023E1C1441f3b
Octal26716723504316345043773
Binary10110111111011110011101010001111101110010100010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7779D; }

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

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

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

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

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

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

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

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