Shades of Bouquet #B76C99
Tints of Bouquet #B76C99
RGB
CMYK
RGB Variations
Color information
#B76C99 (or 0xB76C99) is known color: Bouquet. HEX triplet: B7, 6C and 99. RGB value is (183,108,153). Sum of RGB (Red+Green+Blue) = 183+108+153=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C99 is #489366. Grayscale: #878787. Windows color (decimal): -4756327 or 10054839. OLE color: 10054839.
HSL color Cylindrical-coordinate representation of color #B76C99: hue angle of 324º 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 #B76C99 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 153 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.28 |
| HSL | 324º | 0.34% | 0.57% | - |
| HSV(B) | 324º | 0.41% | 0.72% | - |
| XYZ | 30.64 | 23.09 | 32.98 | - |
| YUV | 135.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 153 | 0 | 0.41 | 0.16 | 0.28 | 324 | 0.34 | 0.57 |
| Hex | B7 | 6C | 99 | 0 | 29 | 10 | 1C | 144 | 22 | 39 |
| Octal | 267 | 154 | 231 | 0 | 51 | 20 | 34 | 504 | 42 | 71 |
| Binary | 10110111 | 1101100 | 10011001 | 0 | 101001 | 10000 | 11100 | 101000100 | 100010 | 111001 |
Color Harmonies of #B76C99
Complementary color
Monochromatic Colors of #B76C99
Black with #B76C99
Text Example
Text Example
White with #B76C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C99; }
p { color: rgb(183,108,153); }
H1.HeaderClassName
{
color: #B76C99;
}
.AnyTagClassName
{
color: #B76C99;
}
</style>
background-color css
<style>
a { background-color: #B76C99; }
a { background-color: rgb(183,108,153); }
div.DivClassName
{
background-color: #B76C99;
}
.BgClassName
{
background-color: #B76C99;
}
</style>
border-color css
<style>
span { border-color: #B76C99; }
span { border-color: rgb(183,108,153); }
td.TdClassName
{
border-color: #B76C99;
}
.TagClassName
{
border-color: #B76C99;
}
</style>