Shades of Bouquet #B77C9F
Tints of Bouquet #B77C9F
RGB
CMYK
RGB Variations
Color information
#B77C9F (or 0xB77C9F) is known color: Bouquet. HEX triplet: B7, 7C and 9F. RGB value is (183,124,159). Sum of RGB (Red+Green+Blue) = 183+124+159=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77C9F is #488360. Grayscale: #919191. Windows color (decimal): -4752225 or 10452151. OLE color: 10452151.
HSL color Cylindrical-coordinate representation of color #B77C9F: hue angle of 324.41º 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 #B77C9F is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 159 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.28 |
| HSL | 324.41º | 0.29% | 0.6% | - |
| HSV(B) | 324.41º | 0.32% | 0.72% | - |
| XYZ | 32.99 | 26.99 | 36.27 | - |
| YUV | 145.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 159 | 0 | 0.32 | 0.13 | 0.28 | 324.41 | 0.29 | 0.6 |
| Hex | B7 | 7C | 9F | 0 | 20 | D | 1C | 144 | 1D | 3C |
| Octal | 267 | 174 | 237 | 0 | 40 | 15 | 34 | 504 | 35 | 74 |
| Binary | 10110111 | 1111100 | 10011111 | 0 | 100000 | 1101 | 11100 | 101000100 | 11101 | 111100 |
Color Harmonies of #B77C9F
Complementary color
Monochromatic Colors of #B77C9F
Black with #B77C9F
Text Example
Text Example
White with #B77C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C9F; }
p { color: rgb(183,124,159); }
H1.HeaderClassName
{
color: #B77C9F;
}
.AnyTagClassName
{
color: #B77C9F;
}
</style>
background-color css
<style>
a { background-color: #B77C9F; }
a { background-color: rgb(183,124,159); }
div.DivClassName
{
background-color: #B77C9F;
}
.BgClassName
{
background-color: #B77C9F;
}
</style>
border-color css
<style>
span { border-color: #B77C9F; }
span { border-color: rgb(183,124,159); }
td.TdClassName
{
border-color: #B77C9F;
}
.TagClassName
{
border-color: #B77C9F;
}
</style>