Shades of Bouquet #B77899
Tints of Bouquet #B77899
RGB
CMYK
RGB Variations
Color information
#B77899 (or 0xB77899) is known color: Bouquet. HEX triplet: B7, 78 and 99. RGB value is (183,120,153). Sum of RGB (Red+Green+Blue) = 183+120+153=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B77899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77899 is #488766. Grayscale: #8E8E8E. Windows color (decimal): -4753255 or 10057911. OLE color: 10057911.
HSL color Cylindrical-coordinate representation of color #B77899: hue angle of 328.57º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77899 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 153 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.28 |
| HSL | 328.57º | 0.3% | 0.59% | - |
| HSV(B) | 328.57º | 0.34% | 0.72% | - |
| XYZ | 31.99 | 25.8 | 33.43 | - |
| YUV | 142.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 153 | 0 | 0.34 | 0.16 | 0.28 | 328.57 | 0.3 | 0.59 |
| Hex | B7 | 78 | 99 | 0 | 22 | 10 | 1C | 149 | 1E | 3B |
| Octal | 267 | 170 | 231 | 0 | 42 | 20 | 34 | 511 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10011001 | 0 | 100010 | 10000 | 11100 | 101001001 | 11110 | 111011 |
Color Harmonies of #B77899
Complementary color
Monochromatic Colors of #B77899
Black with #B77899
Text Example
Text Example
White with #B77899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77899; }
p { color: rgb(183,120,153); }
H1.HeaderClassName
{
color: #B77899;
}
.AnyTagClassName
{
color: #B77899;
}
</style>
background-color css
<style>
a { background-color: #B77899; }
a { background-color: rgb(183,120,153); }
div.DivClassName
{
background-color: #B77899;
}
.BgClassName
{
background-color: #B77899;
}
</style>
border-color css
<style>
span { border-color: #B77899; }
span { border-color: rgb(183,120,153); }
td.TdClassName
{
border-color: #B77899;
}
.TagClassName
{
border-color: #B77899;
}
</style>