Shades of Bouquet #B77FA1
Tints of Bouquet #B77FA1
RGB
CMYK
RGB Variations
Color information
#B77FA1 (or 0xB77FA1) is known color: Bouquet. HEX triplet: B7, 7F and A1. RGB value is (183,127,161). Sum of RGB (Red+Green+Blue) = 183+127+161=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B77FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77FA1 is #48805E. Grayscale: #939393. Windows color (decimal): -4751455 or 10583991. OLE color: 10583991.
HSL color Cylindrical-coordinate representation of color #B77FA1: hue angle of 323.57º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77FA1 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 161 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.28 |
| HSL | 323.57º | 0.28% | 0.61% | - |
| HSV(B) | 323.57º | 0.31% | 0.72% | - |
| XYZ | 33.55 | 27.82 | 37.32 | - |
| YUV | 147.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 161 | 0 | 0.31 | 0.12 | 0.28 | 323.57 | 0.28 | 0.61 |
| Hex | B7 | 7F | A1 | 0 | 1F | C | 1C | 144 | 1C | 3D |
| Octal | 267 | 177 | 241 | 0 | 37 | 14 | 34 | 504 | 34 | 75 |
| Binary | 10110111 | 1111111 | 10100001 | 0 | 11111 | 1100 | 11100 | 101000100 | 11100 | 111101 |
Color Harmonies of #B77FA1
Complementary color
Monochromatic Colors of #B77FA1
Black with #B77FA1
Text Example
Text Example
White with #B77FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77FA1; }
p { color: rgb(183,127,161); }
H1.HeaderClassName
{
color: #B77FA1;
}
.AnyTagClassName
{
color: #B77FA1;
}
</style>
background-color css
<style>
a { background-color: #B77FA1; }
a { background-color: rgb(183,127,161); }
div.DivClassName
{
background-color: #B77FA1;
}
.BgClassName
{
background-color: #B77FA1;
}
</style>
border-color css
<style>
span { border-color: #B77FA1; }
span { border-color: rgb(183,127,161); }
td.TdClassName
{
border-color: #B77FA1;
}
.TagClassName
{
border-color: #B77FA1;
}
</style>