#B77996

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

Shades of Bouquet #B77996

Tints of Bouquet #B77996

Color information

#B77996 (or 0xB77996) is unknown color: approx Bouquet. HEX triplet: B7, 79 and 96. RGB value is (183,121,150). Sum of RGB (Red+Green+Blue) = 183+121+150=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B77996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77996 is #488669. Grayscale: #8E8E8E. Windows color (decimal): -4753002 or 9861559. OLE color: 9861559.

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

Color convert

RGB183121150-
CMYK00.340.180.28
HSL331.94º30.1%59.61%-
HSV(B)331.94º33.88%71.76%-
XYZ31.8725.9432.18-
YUV142.84132.04156.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 150 (58.98% from 255) = 33.04%
R=40.31%
G=26.65%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312115000.340.180.28331.9430.159.61
HexB77996022121C14c1e3c
Octal26717122604222345143674
Binary101101111111001100101100100010100101110010100110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77996; }

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

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

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

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

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

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

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

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