Shades of Bouquet #B777A3
Tints of Bouquet #B777A3
RGB
CMYK
RGB Variations
Color information
#B777A3 (or 0xB777A3) is known color: Bouquet. HEX triplet: B7, 77 and A3. RGB value is (183,119,163). Sum of RGB (Red+Green+Blue) = 183+119+163=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B777A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B777A3 is #48885C. Grayscale: #8F8F8F. Windows color (decimal): -4753501 or 10713015. OLE color: 10713015.
HSL color Cylindrical-coordinate representation of color #B777A3: hue angle of 318.75º 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 #B777A3 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 163 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.28 |
| HSL | 318.75º | 0.31% | 0.59% | - |
| HSV(B) | 318.75º | 0.35% | 0.72% | - |
| XYZ | 32.74 | 25.91 | 37.93 | - |
| YUV | 143.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 163 | 0 | 0.35 | 0.11 | 0.28 | 318.75 | 0.31 | 0.59 |
| Hex | B7 | 77 | A3 | 0 | 23 | B | 1C | 13F | 1F | 3B |
| Octal | 267 | 167 | 243 | 0 | 43 | 13 | 34 | 477 | 37 | 73 |
| Binary | 10110111 | 1110111 | 10100011 | 0 | 100011 | 1011 | 11100 | 100111111 | 11111 | 111011 |
Color Harmonies of #B777A3
Complementary color
Monochromatic Colors of #B777A3
Black with #B777A3
Text Example
Text Example
White with #B777A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777A3; }
p { color: rgb(183,119,163); }
H1.HeaderClassName
{
color: #B777A3;
}
.AnyTagClassName
{
color: #B777A3;
}
</style>
background-color css
<style>
a { background-color: #B777A3; }
a { background-color: rgb(183,119,163); }
div.DivClassName
{
background-color: #B777A3;
}
.BgClassName
{
background-color: #B777A3;
}
</style>
border-color css
<style>
span { border-color: #B777A3; }
span { border-color: rgb(183,119,163); }
td.TdClassName
{
border-color: #B777A3;
}
.TagClassName
{
border-color: #B777A3;
}
</style>