#B77799

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

Shades of Bouquet #B77799

Tints of Bouquet #B77799

Color information

#B77799 (or 0xB77799) is unknown color: approx Bouquet. HEX triplet: B7, 77 and 99. RGB value is (183,119,153). Sum of RGB (Red+Green+Blue) = 183+119+153=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B77799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77799 is #488866. Grayscale: #8D8D8D. Windows color (decimal): -4753511 or 10057655. OLE color: 10057655.

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

Color convert

RGB183119153-
CMYK00.350.160.28
HSL328.12º30.77%59.22%-
HSV(B)328.12º34.97%71.76%-
XYZ31.8825.5633.39-
YUV142.01134.2157.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=40.22%
G=26.15%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311915300.350.160.28328.1230.7759.22
HexB77799023101C1481f3b
Octal26716723104320345103773
Binary101101111110111100110010100011100001110010100100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77799; }

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

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

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

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

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

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

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

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