Shades of Bouquet #B77096
Tints of Bouquet #B77096
RGB
CMYK
RGB Variations
Color information
#B77096 (or 0xB77096) is known color: 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
| RGB | 183 | 112 | 150 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.28 |
| HSL | 327.89º | 0.33% | 0.58% | - |
| HSV(B) | 327.89º | 0.39% | 0.72% | - |
| XYZ | 30.83 | 23.86 | 31.83 | - |
| YUV | 137.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 150 | 0 | 0.39 | 0.18 | 0.28 | 327.89 | 0.33 | 0.58 |
| Hex | B7 | 70 | 96 | 0 | 27 | 12 | 1C | 148 | 21 | 3A |
| Octal | 267 | 160 | 226 | 0 | 47 | 22 | 34 | 510 | 41 | 72 |
| Binary | 10110111 | 1110000 | 10010110 | 0 | 100111 | 10010 | 11100 | 101001000 | 100001 | 111010 |
Color Harmonies of #B77096
Complementary color
Monochromatic Colors of #B77096
Black with #B77096
Text Example
Text Example
White with #B77096
Text Example
Text Example
HTML Codes & Css Web 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>