#B77096

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

Shades of Bouquet #B77096

Tints of Bouquet #B77096

Color information

#B77096 (or 0xB77096) is unknown color: approx Bouquet. HEX triplet: B7, 70 and 96. RGB value is (183,112,150). Sum of RGB (Red+Green+Blue) = 183+112+150=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B77096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77096 is #488F69. Grayscale: #898989. Windows color (decimal): -4755306 or 9859255. OLE color: 9859255.

HSL color Cylindrical-coordinate representation of color #B77096: hue angle of 327.89º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77096 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB183112150-
CMYK00.390.180.28
HSL327.89º33.02%57.84%-
HSV(B)327.89º38.8%71.76%-
XYZ30.8323.8631.83-
YUV137.56135.02160.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 112 (44.14% from 255) = 25.17%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=41.12%
G=25.17%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311215000.390.180.28327.8933.0257.84
HexB77096027121C148213a
Octal26716022604722345104172
Binary1011011111100001001011001001111001011100101001000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77096; }

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

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

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

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

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

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

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

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