Shades of Bouquet #B77499
Tints of Bouquet #B77499
RGB
CMYK
RGB Variations
Color information
#B77499 (or 0xB77499) is known color: Bouquet. HEX triplet: B7, 74 and 99. RGB value is (183,116,153). Sum of RGB (Red+Green+Blue) = 183+116+153=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B77499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77499 is #488B66. Grayscale: #8C8C8C. Windows color (decimal): -4754279 or 10056887. OLE color: 10056887.
HSL color Cylindrical-coordinate representation of color #B77499: hue angle of 326.87º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B77499 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 153 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.28 |
| HSL | 326.87º | 0.32% | 0.59% | - |
| HSV(B) | 326.87º | 0.37% | 0.72% | - |
| XYZ | 31.52 | 24.86 | 33.27 | - |
| YUV | 140.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 153 | 0 | 0.37 | 0.16 | 0.28 | 326.87 | 0.32 | 0.59 |
| Hex | B7 | 74 | 99 | 0 | 25 | 10 | 1C | 147 | 20 | 3B |
| Octal | 267 | 164 | 231 | 0 | 45 | 20 | 34 | 507 | 40 | 73 |
| Binary | 10110111 | 1110100 | 10011001 | 0 | 100101 | 10000 | 11100 | 101000111 | 100000 | 111011 |
Color Harmonies of #B77499
Complementary color
Monochromatic Colors of #B77499
Black with #B77499
Text Example
Text Example
White with #B77499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77499; }
p { color: rgb(183,116,153); }
H1.HeaderClassName
{
color: #B77499;
}
.AnyTagClassName
{
color: #B77499;
}
</style>
background-color css
<style>
a { background-color: #B77499; }
a { background-color: rgb(183,116,153); }
div.DivClassName
{
background-color: #B77499;
}
.BgClassName
{
background-color: #B77499;
}
</style>
border-color css
<style>
span { border-color: #B77499; }
span { border-color: rgb(183,116,153); }
td.TdClassName
{
border-color: #B77499;
}
.TagClassName
{
border-color: #B77499;
}
</style>