#B77997

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

Shades of Bouquet #B77997

Tints of Bouquet #B77997

Color information

#B77997 (or 0xB77997) is unknown color: approx Bouquet. HEX triplet: B7, 79 and 97. RGB value is (183,121,151). Sum of RGB (Red+Green+Blue) = 183+121+151=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B77997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77997 is #488668. Grayscale: #8E8E8E. Windows color (decimal): -4753001 or 9927095. OLE color: 9927095.

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

Color convert

RGB183121151-
CMYK00.340.170.28
HSL330.97º30.1%59.61%-
HSV(B)330.97º33.88%71.76%-
XYZ31.9525.9832.61-
YUV142.96132.54156.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 151 (59.38% from 255) = 33.19%
R=40.22%
G=26.59%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312115100.340.170.28330.9730.159.61
HexB77997022111C14b1e3c
Octal26717122704221345133674
Binary101101111111001100101110100010100011110010100101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77997; }

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

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

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

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

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

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

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

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