Shades of Bouquet #B76C98
Tints of Bouquet #B76C98
RGB
CMYK
RGB Variations
Color information
#B76C98 (or 0xB76C98) is known color: Bouquet. HEX triplet: B7, 6C and 98. RGB value is (183,108,152). Sum of RGB (Red+Green+Blue) = 183+108+152=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C98 is #489367. Grayscale: #878787. Windows color (decimal): -4756328 or 9989303. OLE color: 9989303.
HSL color Cylindrical-coordinate representation of color #B76C98: hue angle of 324.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B76C98 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 152 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.28 |
| HSL | 324.8º | 0.34% | 0.57% | - |
| HSV(B) | 324.8º | 0.41% | 0.72% | - |
| XYZ | 30.56 | 23.06 | 32.55 | - |
| YUV | 135.44 | 137.35 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 152 | 0 | 0.41 | 0.17 | 0.28 | 324.8 | 0.34 | 0.57 |
| Hex | B7 | 6C | 98 | 0 | 29 | 11 | 1C | 145 | 22 | 39 |
| Octal | 267 | 154 | 230 | 0 | 51 | 21 | 34 | 505 | 42 | 71 |
| Binary | 10110111 | 1101100 | 10011000 | 0 | 101001 | 10001 | 11100 | 101000101 | 100010 | 111001 |
Color Harmonies of #B76C98
Complementary color
Monochromatic Colors of #B76C98
Black with #B76C98
Text Example
Text Example
White with #B76C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C98; }
p { color: rgb(183,108,152); }
H1.HeaderClassName
{
color: #B76C98;
}
.AnyTagClassName
{
color: #B76C98;
}
</style>
background-color css
<style>
a { background-color: #B76C98; }
a { background-color: rgb(183,108,152); }
div.DivClassName
{
background-color: #B76C98;
}
.BgClassName
{
background-color: #B76C98;
}
</style>
border-color css
<style>
span { border-color: #B76C98; }
span { border-color: rgb(183,108,152); }
td.TdClassName
{
border-color: #B76C98;
}
.TagClassName
{
border-color: #B76C98;
}
</style>