Shades of Bouquet #B7779C
Tints of Bouquet #B7779C
RGB
CMYK
RGB Variations
Color information
#B7779C (or 0xB7779C) is known color: Bouquet. HEX triplet: B7, 77 and 9C. RGB value is (183,119,156). Sum of RGB (Red+Green+Blue) = 183+119+156=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B7779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7779C is #488863. Grayscale: #8E8E8E. Windows color (decimal): -4753508 or 10254263. OLE color: 10254263.
HSL color Cylindrical-coordinate representation of color #B7779C: hue angle of 325.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7779C is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 156 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.28 |
| HSL | 325.31º | 0.31% | 0.59% | - |
| HSV(B) | 325.31º | 0.35% | 0.72% | - |
| XYZ | 32.13 | 25.66 | 34.71 | - |
| YUV | 142.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 156 | 0 | 0.35 | 0.15 | 0.28 | 325.31 | 0.31 | 0.59 |
| Hex | B7 | 77 | 9C | 0 | 23 | F | 1C | 145 | 1F | 3B |
| Octal | 267 | 167 | 234 | 0 | 43 | 17 | 34 | 505 | 37 | 73 |
| Binary | 10110111 | 1110111 | 10011100 | 0 | 100011 | 1111 | 11100 | 101000101 | 11111 | 111011 |
Color Harmonies of #B7779C
Complementary color
Monochromatic Colors of #B7779C
Black with #B7779C
Text Example
Text Example
White with #B7779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7779C; }
p { color: rgb(183,119,156); }
H1.HeaderClassName
{
color: #B7779C;
}
.AnyTagClassName
{
color: #B7779C;
}
</style>
background-color css
<style>
a { background-color: #B7779C; }
a { background-color: rgb(183,119,156); }
div.DivClassName
{
background-color: #B7779C;
}
.BgClassName
{
background-color: #B7779C;
}
</style>
border-color css
<style>
span { border-color: #B7779C; }
span { border-color: rgb(183,119,156); }
td.TdClassName
{
border-color: #B7779C;
}
.TagClassName
{
border-color: #B7779C;
}
</style>