Shades of Bouquet #B76D9C
Tints of Bouquet #B76D9C
RGB
CMYK
RGB Variations
Color information
#B76D9C (or 0xB76D9C) is known color: Bouquet. HEX triplet: B7, 6D and 9C. RGB value is (183,109,156). Sum of RGB (Red+Green+Blue) = 183+109+156=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76D9C is #489263. Grayscale: #888888. Windows color (decimal): -4756068 or 10251703. OLE color: 10251703.
HSL color Cylindrical-coordinate representation of color #B76D9C: hue angle of 321.89º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76D9C is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 156 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.28 |
| HSL | 321.89º | 0.34% | 0.57% | - |
| HSV(B) | 321.89º | 0.4% | 0.72% | - |
| XYZ | 31 | 23.4 | 34.34 | - |
| YUV | 136.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 156 | 0 | 0.40 | 0.15 | 0.28 | 321.89 | 0.34 | 0.57 |
| Hex | B7 | 6D | 9C | 0 | 28 | F | 1C | 142 | 22 | 39 |
| Octal | 267 | 155 | 234 | 0 | 50 | 17 | 34 | 502 | 42 | 71 |
| Binary | 10110111 | 1101101 | 10011100 | 0 | 101000 | 1111 | 11100 | 101000010 | 100010 | 111001 |
Color Harmonies of #B76D9C
Complementary color
Monochromatic Colors of #B76D9C
Black with #B76D9C
Text Example
Text Example
White with #B76D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D9C; }
p { color: rgb(183,109,156); }
H1.HeaderClassName
{
color: #B76D9C;
}
.AnyTagClassName
{
color: #B76D9C;
}
</style>
background-color css
<style>
a { background-color: #B76D9C; }
a { background-color: rgb(183,109,156); }
div.DivClassName
{
background-color: #B76D9C;
}
.BgClassName
{
background-color: #B76D9C;
}
</style>
border-color css
<style>
span { border-color: #B76D9C; }
span { border-color: rgb(183,109,156); }
td.TdClassName
{
border-color: #B76D9C;
}
.TagClassName
{
border-color: #B76D9C;
}
</style>