Shades of Bouquet #B77796
Tints of Bouquet #B77796
RGB
CMYK
RGB Variations
Color information
#B77796 (or 0xB77796) is known color: 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
| RGB | 183 | 119 | 150 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.28 |
| HSL | 330.94º | 0.31% | 0.59% | - |
| HSV(B) | 330.94º | 0.35% | 0.72% | - |
| XYZ | 31.63 | 25.46 | 32.1 | - |
| YUV | 141.67 | 132.7 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 150 | 0 | 0.35 | 0.18 | 0.28 | 330.94 | 0.31 | 0.59 |
| Hex | B7 | 77 | 96 | 0 | 23 | 12 | 1C | 14B | 1F | 3B |
| Octal | 267 | 167 | 226 | 0 | 43 | 22 | 34 | 513 | 37 | 73 |
| Binary | 10110111 | 1110111 | 10010110 | 0 | 100011 | 10010 | 11100 | 101001011 | 11111 | 111011 |
Color Harmonies of #B77796
Complementary color
Monochromatic Colors of #B77796
Black with #B77796
Text Example
Text Example
White with #B77796
Text Example
Text Example
HTML Codes & Css Web 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>