Shades of Bouquet #B76B99
Tints of Bouquet #B76B99
RGB
CMYK
RGB Variations
Color information
#B76B99 (or 0xB76B99) is known color: Bouquet. HEX triplet: B7, 6B and 99. RGB value is (183,107,153). Sum of RGB (Red+Green+Blue) = 183+107+153=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76B99 is #489466. Grayscale: #868686. Windows color (decimal): -4756583 or 10054583. OLE color: 10054583.
HSL color Cylindrical-coordinate representation of color #B76B99: hue angle of 323.68º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76B99 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 153 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.28 |
| HSL | 323.68º | 0.35% | 0.57% | - |
| HSV(B) | 323.68º | 0.42% | 0.72% | - |
| XYZ | 30.54 | 22.88 | 32.94 | - |
| YUV | 134.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 153 | 0 | 0.42 | 0.16 | 0.28 | 323.68 | 0.35 | 0.57 |
| Hex | B7 | 6B | 99 | 0 | 2A | 10 | 1C | 144 | 23 | 39 |
| Octal | 267 | 153 | 231 | 0 | 52 | 20 | 34 | 504 | 43 | 71 |
| Binary | 10110111 | 1101011 | 10011001 | 0 | 101010 | 10000 | 11100 | 101000100 | 100011 | 111001 |
Color Harmonies of #B76B99
Complementary color
Monochromatic Colors of #B76B99
Black with #B76B99
Text Example
Text Example
White with #B76B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76B99; }
p { color: rgb(183,107,153); }
H1.HeaderClassName
{
color: #B76B99;
}
.AnyTagClassName
{
color: #B76B99;
}
</style>
background-color css
<style>
a { background-color: #B76B99; }
a { background-color: rgb(183,107,153); }
div.DivClassName
{
background-color: #B76B99;
}
.BgClassName
{
background-color: #B76B99;
}
</style>
border-color css
<style>
span { border-color: #B76B99; }
span { border-color: rgb(183,107,153); }
td.TdClassName
{
border-color: #B76B99;
}
.TagClassName
{
border-color: #B76B99;
}
</style>