Shades of Bouquet #B77097
Tints of Bouquet #B77097
RGB
CMYK
RGB Variations
Color information
#B77097 (or 0xB77097) is known color: Bouquet. HEX triplet: B7, 70 and 97. RGB value is (183,112,151). Sum of RGB (Red+Green+Blue) = 183+112+151=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B77097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77097 is #488F68. Grayscale: #898989. Windows color (decimal): -4755305 or 9924791. OLE color: 9924791.
HSL color Cylindrical-coordinate representation of color #B77097: hue angle of 327.04º 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 #B77097 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 151 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.28 |
| HSL | 327.04º | 0.33% | 0.58% | - |
| HSV(B) | 327.04º | 0.39% | 0.72% | - |
| XYZ | 30.91 | 23.89 | 32.26 | - |
| YUV | 137.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 151 | 0 | 0.39 | 0.17 | 0.28 | 327.04 | 0.33 | 0.58 |
| Hex | B7 | 70 | 97 | 0 | 27 | 11 | 1C | 147 | 21 | 3A |
| Octal | 267 | 160 | 227 | 0 | 47 | 21 | 34 | 507 | 41 | 72 |
| Binary | 10110111 | 1110000 | 10010111 | 0 | 100111 | 10001 | 11100 | 101000111 | 100001 | 111010 |
Color Harmonies of #B77097
Complementary color
Monochromatic Colors of #B77097
Black with #B77097
Text Example
Text Example
White with #B77097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77097; }
p { color: rgb(183,112,151); }
H1.HeaderClassName
{
color: #B77097;
}
.AnyTagClassName
{
color: #B77097;
}
</style>
background-color css
<style>
a { background-color: #B77097; }
a { background-color: rgb(183,112,151); }
div.DivClassName
{
background-color: #B77097;
}
.BgClassName
{
background-color: #B77097;
}
</style>
border-color css
<style>
span { border-color: #B77097; }
span { border-color: rgb(183,112,151); }
td.TdClassName
{
border-color: #B77097;
}
.TagClassName
{
border-color: #B77097;
}
</style>