Shades of Bouquet #B77598
Tints of Bouquet #B77598
RGB
CMYK
RGB Variations
Color information
#B77598 (or 0xB77598) is known color: Bouquet. HEX triplet: B7, 75 and 98. RGB value is (183,117,152). Sum of RGB (Red+Green+Blue) = 183+117+152=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B77598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77598 is #488A67. Grayscale: #8C8C8C. Windows color (decimal): -4754024 or 9991607. OLE color: 9991607.
HSL color Cylindrical-coordinate representation of color #B77598: hue angle of 328.18º 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 #B77598 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 152 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.28 |
| HSL | 328.18º | 0.31% | 0.59% | - |
| HSV(B) | 328.18º | 0.36% | 0.72% | - |
| XYZ | 31.56 | 25.06 | 32.88 | - |
| YUV | 140.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 152 | 0 | 0.36 | 0.17 | 0.28 | 328.18 | 0.31 | 0.59 |
| Hex | B7 | 75 | 98 | 0 | 24 | 11 | 1C | 148 | 1F | 3B |
| Octal | 267 | 165 | 230 | 0 | 44 | 21 | 34 | 510 | 37 | 73 |
| Binary | 10110111 | 1110101 | 10011000 | 0 | 100100 | 10001 | 11100 | 101001000 | 11111 | 111011 |
Color Harmonies of #B77598
Complementary color
Monochromatic Colors of #B77598
Black with #B77598
Text Example
Text Example
White with #B77598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77598; }
p { color: rgb(183,117,152); }
H1.HeaderClassName
{
color: #B77598;
}
.AnyTagClassName
{
color: #B77598;
}
</style>
background-color css
<style>
a { background-color: #B77598; }
a { background-color: rgb(183,117,152); }
div.DivClassName
{
background-color: #B77598;
}
.BgClassName
{
background-color: #B77598;
}
</style>
border-color css
<style>
span { border-color: #B77598; }
span { border-color: rgb(183,117,152); }
td.TdClassName
{
border-color: #B77598;
}
.TagClassName
{
border-color: #B77598;
}
</style>