Shades of Bouquet #B777AB
Tints of Bouquet #B777AB
RGB
CMYK
RGB Variations
Color information
#B777AB (or 0xB777AB) is known color: Bouquet. HEX triplet: B7, 77 and AB. RGB value is (183,119,171). Sum of RGB (Red+Green+Blue) = 183+119+171=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B777AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B777AB is #488854. Grayscale: #8F8F8F. Windows color (decimal): -4753493 or 11237303. OLE color: 11237303.
HSL color Cylindrical-coordinate representation of color #B777AB: hue angle of 311.25º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B777AB is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 171 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.28 |
| HSL | 311.25º | 0.31% | 0.59% | - |
| HSV(B) | 311.25º | 0.35% | 0.72% | - |
| XYZ | 33.48 | 26.2 | 41.82 | - |
| YUV | 144.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 171 | 0 | 0.35 | 0.07 | 0.28 | 311.25 | 0.31 | 0.59 |
| Hex | B7 | 77 | AB | 0 | 23 | 7 | 1C | 137 | 1F | 3B |
| Octal | 267 | 167 | 253 | 0 | 43 | 7 | 34 | 467 | 37 | 73 |
| Binary | 10110111 | 1110111 | 10101011 | 0 | 100011 | 111 | 11100 | 100110111 | 11111 | 111011 |
Color Harmonies of #B777AB
Complementary color
Monochromatic Colors of #B777AB
Black with #B777AB
Text Example
Text Example
White with #B777AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777AB; }
p { color: rgb(183,119,171); }
H1.HeaderClassName
{
color: #B777AB;
}
.AnyTagClassName
{
color: #B777AB;
}
</style>
background-color css
<style>
a { background-color: #B777AB; }
a { background-color: rgb(183,119,171); }
div.DivClassName
{
background-color: #B777AB;
}
.BgClassName
{
background-color: #B777AB;
}
</style>
border-color css
<style>
span { border-color: #B777AB; }
span { border-color: rgb(183,119,171); }
td.TdClassName
{
border-color: #B777AB;
}
.TagClassName
{
border-color: #B777AB;
}
</style>