Shades of Bouquet #B7769C
Tints of Bouquet #B7769C
RGB
CMYK
RGB Variations
Color information
#B7769C (or 0xB7769C) is known color: Bouquet. HEX triplet: B7, 76 and 9C. RGB value is (183,118,156). Sum of RGB (Red+Green+Blue) = 183+118+156=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7769C is #488963. Grayscale: #8D8D8D. Windows color (decimal): -4753764 or 10254007. OLE color: 10254007.
HSL color Cylindrical-coordinate representation of color #B7769C: hue angle of 324.92º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7769C is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 156 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.28 |
| HSL | 324.92º | 0.31% | 0.59% | - |
| HSV(B) | 324.92º | 0.36% | 0.72% | - |
| XYZ | 32.01 | 25.42 | 34.67 | - |
| YUV | 141.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 156 | 0 | 0.36 | 0.15 | 0.28 | 324.92 | 0.31 | 0.59 |
| Hex | B7 | 76 | 9C | 0 | 24 | F | 1C | 145 | 1F | 3B |
| Octal | 267 | 166 | 234 | 0 | 44 | 17 | 34 | 505 | 37 | 73 |
| Binary | 10110111 | 1110110 | 10011100 | 0 | 100100 | 1111 | 11100 | 101000101 | 11111 | 111011 |
Color Harmonies of #B7769C
Complementary color
Monochromatic Colors of #B7769C
Black with #B7769C
Text Example
Text Example
White with #B7769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7769C; }
p { color: rgb(183,118,156); }
H1.HeaderClassName
{
color: #B7769C;
}
.AnyTagClassName
{
color: #B7769C;
}
</style>
background-color css
<style>
a { background-color: #B7769C; }
a { background-color: rgb(183,118,156); }
div.DivClassName
{
background-color: #B7769C;
}
.BgClassName
{
background-color: #B7769C;
}
</style>
border-color css
<style>
span { border-color: #B7769C; }
span { border-color: rgb(183,118,156); }
td.TdClassName
{
border-color: #B7769C;
}
.TagClassName
{
border-color: #B7769C;
}
</style>