#B77796

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

Shades of Bouquet #B77796

Tints of Bouquet #B77796

Color information

#B77796 (or 0xB77796) is unknown color: approx Bouquet. HEX triplet: B7, 77 and 96. RGB value is (183,119,150). Sum of RGB (Red+Green+Blue) = 183+119+150=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B77796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77796 is #488869. Grayscale: #8D8D8D. Windows color (decimal): -4753514 or 9861047. OLE color: 9861047.

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

Color convert

RGB183119150-
CMYK00.350.180.28
HSL330.94º30.77%59.22%-
HSV(B)330.94º34.97%71.76%-
XYZ31.6325.4632.1-
YUV141.67132.7157.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.49%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 150 (58.98% from 255) = 33.19%
R=40.49%
G=26.33%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311915000.350.180.28330.9430.7759.22
HexB77796023121C14b1f3b
Octal26716722604322345133773
Binary101101111110111100101100100011100101110010100101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77796; }

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

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

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

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

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

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

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

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