Shades of Bouquet #B77F9B
Tints of Bouquet #B77F9B
RGB
CMYK
RGB Variations
Color information
#B77F9B (or 0xB77F9B) is known color: Bouquet. HEX triplet: B7, 7F and 9B. RGB value is (183,127,155). Sum of RGB (Red+Green+Blue) = 183+127+155=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77F9B is #488064. Grayscale: #929292. Windows color (decimal): -4751461 or 10190775. OLE color: 10190775.
HSL color Cylindrical-coordinate representation of color #B77F9B: hue angle of 330º 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 #B77F9B is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 155 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.28 |
| HSL | 330º | 0.28% | 0.61% | - |
| HSV(B) | 330º | 0.31% | 0.72% | - |
| XYZ | 33.03 | 27.61 | 34.6 | - |
| YUV | 146.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 155 | 0 | 0.31 | 0.15 | 0.28 | 330 | 0.28 | 0.61 |
| Hex | B7 | 7F | 9B | 0 | 1F | F | 1C | 14A | 1C | 3D |
| Octal | 267 | 177 | 233 | 0 | 37 | 17 | 34 | 512 | 34 | 75 |
| Binary | 10110111 | 1111111 | 10011011 | 0 | 11111 | 1111 | 11100 | 101001010 | 11100 | 111101 |
Color Harmonies of #B77F9B
Complementary color
Monochromatic Colors of #B77F9B
Black with #B77F9B
Text Example
Text Example
White with #B77F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F9B; }
p { color: rgb(183,127,155); }
H1.HeaderClassName
{
color: #B77F9B;
}
.AnyTagClassName
{
color: #B77F9B;
}
</style>
background-color css
<style>
a { background-color: #B77F9B; }
a { background-color: rgb(183,127,155); }
div.DivClassName
{
background-color: #B77F9B;
}
.BgClassName
{
background-color: #B77F9B;
}
</style>
border-color css
<style>
span { border-color: #B77F9B; }
span { border-color: rgb(183,127,155); }
td.TdClassName
{
border-color: #B77F9B;
}
.TagClassName
{
border-color: #B77F9B;
}
</style>