Shades of Bouquet #B77299
Tints of Bouquet #B77299
RGB
CMYK
RGB Variations
Color information
#B77299 (or 0xB77299) is known color: Bouquet. HEX triplet: B7, 72 and 99. RGB value is (183,114,153). Sum of RGB (Red+Green+Blue) = 183+114+153=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B77299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77299 is #488D66. Grayscale: #8A8A8A. Windows color (decimal): -4754791 or 10056375. OLE color: 10056375.
HSL color Cylindrical-coordinate representation of color #B77299: hue angle of 326.09º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B77299 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 153 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.28 |
| HSL | 326.09º | 0.32% | 0.58% | - |
| HSV(B) | 326.09º | 0.38% | 0.72% | - |
| XYZ | 31.3 | 24.4 | 33.2 | - |
| YUV | 139.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 153 | 0 | 0.38 | 0.16 | 0.28 | 326.09 | 0.32 | 0.58 |
| Hex | B7 | 72 | 99 | 0 | 26 | 10 | 1C | 146 | 20 | 3A |
| Octal | 267 | 162 | 231 | 0 | 46 | 20 | 34 | 506 | 40 | 72 |
| Binary | 10110111 | 1110010 | 10011001 | 0 | 100110 | 10000 | 11100 | 101000110 | 100000 | 111010 |
Color Harmonies of #B77299
Complementary color
Monochromatic Colors of #B77299
Black with #B77299
Text Example
Text Example
White with #B77299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77299; }
p { color: rgb(183,114,153); }
H1.HeaderClassName
{
color: #B77299;
}
.AnyTagClassName
{
color: #B77299;
}
</style>
background-color css
<style>
a { background-color: #B77299; }
a { background-color: rgb(183,114,153); }
div.DivClassName
{
background-color: #B77299;
}
.BgClassName
{
background-color: #B77299;
}
</style>
border-color css
<style>
span { border-color: #B77299; }
span { border-color: rgb(183,114,153); }
td.TdClassName
{
border-color: #B77299;
}
.TagClassName
{
border-color: #B77299;
}
</style>