Shades of Bouquet #B76C9A
Tints of Bouquet #B76C9A
RGB
CMYK
RGB Variations
Color information
#B76C9A (or 0xB76C9A) is known color: Bouquet. HEX triplet: B7, 6C and 9A. RGB value is (183,108,154). Sum of RGB (Red+Green+Blue) = 183+108+154=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C9A is #489365. Grayscale: #878787. Windows color (decimal): -4756326 or 10120375. OLE color: 10120375.
HSL color Cylindrical-coordinate representation of color #B76C9A: hue angle of 323.2º 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 #B76C9A is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 154 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.28 |
| HSL | 323.2º | 0.34% | 0.57% | - |
| HSV(B) | 323.2º | 0.41% | 0.72% | - |
| XYZ | 30.72 | 23.13 | 33.42 | - |
| YUV | 135.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 154 | 0 | 0.41 | 0.16 | 0.28 | 323.2 | 0.34 | 0.57 |
| Hex | B7 | 6C | 9A | 0 | 29 | 10 | 1C | 143 | 22 | 39 |
| Octal | 267 | 154 | 232 | 0 | 51 | 20 | 34 | 503 | 42 | 71 |
| Binary | 10110111 | 1101100 | 10011010 | 0 | 101001 | 10000 | 11100 | 101000011 | 100010 | 111001 |
Color Harmonies of #B76C9A
Complementary color
Monochromatic Colors of #B76C9A
Black with #B76C9A
Text Example
Text Example
White with #B76C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C9A; }
p { color: rgb(183,108,154); }
H1.HeaderClassName
{
color: #B76C9A;
}
.AnyTagClassName
{
color: #B76C9A;
}
</style>
background-color css
<style>
a { background-color: #B76C9A; }
a { background-color: rgb(183,108,154); }
div.DivClassName
{
background-color: #B76C9A;
}
.BgClassName
{
background-color: #B76C9A;
}
</style>
border-color css
<style>
span { border-color: #B76C9A; }
span { border-color: rgb(183,108,154); }
td.TdClassName
{
border-color: #B76C9A;
}
.TagClassName
{
border-color: #B76C9A;
}
</style>