Shades of Bouquet #B778A3
Tints of Bouquet #B778A3
RGB
CMYK
RGB Variations
Color information
#B778A3 (or 0xB778A3) is known color: Bouquet. HEX triplet: B7, 78 and A3. RGB value is (183,120,163). Sum of RGB (Red+Green+Blue) = 183+120+163=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B778A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B778A3 is #48875C. Grayscale: #8F8F8F. Windows color (decimal): -4753245 or 10713271. OLE color: 10713271.
HSL color Cylindrical-coordinate representation of color #B778A3: hue angle of 319.05º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B778A3 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 163 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.28 |
| HSL | 319.05º | 0.3% | 0.59% | - |
| HSV(B) | 319.05º | 0.34% | 0.72% | - |
| XYZ | 32.86 | 26.14 | 37.97 | - |
| YUV | 143.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 163 | 0 | 0.34 | 0.11 | 0.28 | 319.05 | 0.3 | 0.59 |
| Hex | B7 | 78 | A3 | 0 | 22 | B | 1C | 13F | 1E | 3B |
| Octal | 267 | 170 | 243 | 0 | 42 | 13 | 34 | 477 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10100011 | 0 | 100010 | 1011 | 11100 | 100111111 | 11110 | 111011 |
Color Harmonies of #B778A3
Complementary color
Monochromatic Colors of #B778A3
Black with #B778A3
Text Example
Text Example
White with #B778A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778A3; }
p { color: rgb(183,120,163); }
H1.HeaderClassName
{
color: #B778A3;
}
.AnyTagClassName
{
color: #B778A3;
}
</style>
background-color css
<style>
a { background-color: #B778A3; }
a { background-color: rgb(183,120,163); }
div.DivClassName
{
background-color: #B778A3;
}
.BgClassName
{
background-color: #B778A3;
}
</style>
border-color css
<style>
span { border-color: #B778A3; }
span { border-color: rgb(183,120,163); }
td.TdClassName
{
border-color: #B778A3;
}
.TagClassName
{
border-color: #B778A3;
}
</style>