Shades of Bouquet #B77F9C
Tints of Bouquet #B77F9C
RGB
CMYK
RGB Variations
Color information
#B77F9C (or 0xB77F9C) is known color: Bouquet. HEX triplet: B7, 7F and 9C. RGB value is (183,127,156). Sum of RGB (Red+Green+Blue) = 183+127+156=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77F9C is #488063. Grayscale: #929292. Windows color (decimal): -4751460 or 10256311. OLE color: 10256311.
HSL color Cylindrical-coordinate representation of color #B77F9C: hue angle of 328.93º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77F9C is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 156 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.28 |
| HSL | 328.93º | 0.28% | 0.61% | - |
| HSV(B) | 328.93º | 0.31% | 0.72% | - |
| XYZ | 33.12 | 27.65 | 35.04 | - |
| YUV | 147.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 156 | 0 | 0.31 | 0.15 | 0.28 | 328.93 | 0.28 | 0.61 |
| Hex | B7 | 7F | 9C | 0 | 1F | F | 1C | 149 | 1C | 3D |
| Octal | 267 | 177 | 234 | 0 | 37 | 17 | 34 | 511 | 34 | 75 |
| Binary | 10110111 | 1111111 | 10011100 | 0 | 11111 | 1111 | 11100 | 101001001 | 11100 | 111101 |
Color Harmonies of #B77F9C
Complementary color
Monochromatic Colors of #B77F9C
Black with #B77F9C
Text Example
Text Example
White with #B77F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F9C; }
p { color: rgb(183,127,156); }
H1.HeaderClassName
{
color: #B77F9C;
}
.AnyTagClassName
{
color: #B77F9C;
}
</style>
background-color css
<style>
a { background-color: #B77F9C; }
a { background-color: rgb(183,127,156); }
div.DivClassName
{
background-color: #B77F9C;
}
.BgClassName
{
background-color: #B77F9C;
}
</style>
border-color css
<style>
span { border-color: #B77F9C; }
span { border-color: rgb(183,127,156); }
td.TdClassName
{
border-color: #B77F9C;
}
.TagClassName
{
border-color: #B77F9C;
}
</style>