Shades of Bouquet #B777A8
Tints of Bouquet #B777A8
RGB
CMYK
RGB Variations
Color information
#B777A8 (or 0xB777A8) is known color: Bouquet. HEX triplet: B7, 77 and A8. RGB value is (183,119,168). Sum of RGB (Red+Green+Blue) = 183+119+168=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B777A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B777A8 is #488857. Grayscale: #8F8F8F. Windows color (decimal): -4753496 or 11040695. OLE color: 11040695.
HSL color Cylindrical-coordinate representation of color #B777A8: hue angle of 314.06º 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 #B777A8 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 168 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.28 |
| HSL | 314.06º | 0.31% | 0.59% | - |
| HSV(B) | 314.06º | 0.35% | 0.72% | - |
| XYZ | 33.19 | 26.09 | 40.33 | - |
| YUV | 143.72 | 141.7 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 168 | 0 | 0.35 | 0.08 | 0.28 | 314.06 | 0.31 | 0.59 |
| Hex | B7 | 77 | A8 | 0 | 23 | 8 | 1C | 13A | 1F | 3B |
| Octal | 267 | 167 | 250 | 0 | 43 | 10 | 34 | 472 | 37 | 73 |
| Binary | 10110111 | 1110111 | 10101000 | 0 | 100011 | 1000 | 11100 | 100111010 | 11111 | 111011 |
Color Harmonies of #B777A8
Complementary color
Monochromatic Colors of #B777A8
Black with #B777A8
Text Example
Text Example
White with #B777A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777A8; }
p { color: rgb(183,119,168); }
H1.HeaderClassName
{
color: #B777A8;
}
.AnyTagClassName
{
color: #B777A8;
}
</style>
background-color css
<style>
a { background-color: #B777A8; }
a { background-color: rgb(183,119,168); }
div.DivClassName
{
background-color: #B777A8;
}
.BgClassName
{
background-color: #B777A8;
}
</style>
border-color css
<style>
span { border-color: #B777A8; }
span { border-color: rgb(183,119,168); }
td.TdClassName
{
border-color: #B777A8;
}
.TagClassName
{
border-color: #B777A8;
}
</style>