Shades of Bouquet #B77DA1
Tints of Bouquet #B77DA1
RGB
CMYK
RGB Variations
Color information
#B77DA1 (or 0xB77DA1) is known color: Bouquet. HEX triplet: B7, 7D and A1. RGB value is (183,125,161). Sum of RGB (Red+Green+Blue) = 183+125+161=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B77DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77DA1 is #48825E. Grayscale: #929292. Windows color (decimal): -4751967 or 10583479. OLE color: 10583479.
HSL color Cylindrical-coordinate representation of color #B77DA1: hue angle of 322.76º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77DA1 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 161 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.28 |
| HSL | 322.76º | 0.29% | 0.6% | - |
| HSV(B) | 322.76º | 0.32% | 0.72% | - |
| XYZ | 33.3 | 27.31 | 37.23 | - |
| YUV | 146.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 161 | 0 | 0.32 | 0.12 | 0.28 | 322.76 | 0.29 | 0.6 |
| Hex | B7 | 7D | A1 | 0 | 20 | C | 1C | 143 | 1D | 3C |
| Octal | 267 | 175 | 241 | 0 | 40 | 14 | 34 | 503 | 35 | 74 |
| Binary | 10110111 | 1111101 | 10100001 | 0 | 100000 | 1100 | 11100 | 101000011 | 11101 | 111100 |
Color Harmonies of #B77DA1
Complementary color
Monochromatic Colors of #B77DA1
Black with #B77DA1
Text Example
Text Example
White with #B77DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77DA1; }
p { color: rgb(183,125,161); }
H1.HeaderClassName
{
color: #B77DA1;
}
.AnyTagClassName
{
color: #B77DA1;
}
</style>
background-color css
<style>
a { background-color: #B77DA1; }
a { background-color: rgb(183,125,161); }
div.DivClassName
{
background-color: #B77DA1;
}
.BgClassName
{
background-color: #B77DA1;
}
</style>
border-color css
<style>
span { border-color: #B77DA1; }
span { border-color: rgb(183,125,161); }
td.TdClassName
{
border-color: #B77DA1;
}
.TagClassName
{
border-color: #B77DA1;
}
</style>