Shades of Bouquet #B77C98
Tints of Bouquet #B77C98
RGB
CMYK
RGB Variations
Color information
#B77C98 (or 0xB77C98) is known color: Bouquet. HEX triplet: B7, 7C and 98. RGB value is (183,124,152). Sum of RGB (Red+Green+Blue) = 183+124+152=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77C98 is #488367. Grayscale: #909090. Windows color (decimal): -4752232 or 9993399. OLE color: 9993399.
HSL color Cylindrical-coordinate representation of color #B77C98: hue angle of 331.53º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77C98 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 152 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.28 |
| HSL | 331.53º | 0.29% | 0.6% | - |
| HSV(B) | 331.53º | 0.32% | 0.72% | - |
| XYZ | 32.4 | 26.75 | 33.16 | - |
| YUV | 144.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 152 | 0 | 0.32 | 0.17 | 0.28 | 331.53 | 0.29 | 0.6 |
| Hex | B7 | 7C | 98 | 0 | 20 | 11 | 1C | 14C | 1D | 3C |
| Octal | 267 | 174 | 230 | 0 | 40 | 21 | 34 | 514 | 35 | 74 |
| Binary | 10110111 | 1111100 | 10011000 | 0 | 100000 | 10001 | 11100 | 101001100 | 11101 | 111100 |
Color Harmonies of #B77C98
Complementary color
Monochromatic Colors of #B77C98
Black with #B77C98
Text Example
Text Example
White with #B77C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C98; }
p { color: rgb(183,124,152); }
H1.HeaderClassName
{
color: #B77C98;
}
.AnyTagClassName
{
color: #B77C98;
}
</style>
background-color css
<style>
a { background-color: #B77C98; }
a { background-color: rgb(183,124,152); }
div.DivClassName
{
background-color: #B77C98;
}
.BgClassName
{
background-color: #B77C98;
}
</style>
border-color css
<style>
span { border-color: #B77C98; }
span { border-color: rgb(183,124,152); }
td.TdClassName
{
border-color: #B77C98;
}
.TagClassName
{
border-color: #B77C98;
}
</style>