Shades of Bouquet #B77FA3
Tints of Bouquet #B77FA3
RGB
CMYK
RGB Variations
Color information
#B77FA3 (or 0xB77FA3) is known color: Bouquet. HEX triplet: B7, 7F and A3. RGB value is (183,127,163). Sum of RGB (Red+Green+Blue) = 183+127+163=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B77FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77FA3 is #48805C. Grayscale: #939393. Windows color (decimal): -4751453 or 10715063. OLE color: 10715063.
HSL color Cylindrical-coordinate representation of color #B77FA3: hue angle of 321.43º 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 #B77FA3 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 163 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.28 |
| HSL | 321.43º | 0.28% | 0.61% | - |
| HSV(B) | 321.43º | 0.31% | 0.72% | - |
| XYZ | 33.73 | 27.89 | 38.26 | - |
| YUV | 147.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 163 | 0 | 0.31 | 0.11 | 0.28 | 321.43 | 0.28 | 0.61 |
| Hex | B7 | 7F | A3 | 0 | 1F | B | 1C | 141 | 1C | 3D |
| Octal | 267 | 177 | 243 | 0 | 37 | 13 | 34 | 501 | 34 | 75 |
| Binary | 10110111 | 1111111 | 10100011 | 0 | 11111 | 1011 | 11100 | 101000001 | 11100 | 111101 |
Color Harmonies of #B77FA3
Complementary color
Monochromatic Colors of #B77FA3
Black with #B77FA3
Text Example
Text Example
White with #B77FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77FA3; }
p { color: rgb(183,127,163); }
H1.HeaderClassName
{
color: #B77FA3;
}
.AnyTagClassName
{
color: #B77FA3;
}
</style>
background-color css
<style>
a { background-color: #B77FA3; }
a { background-color: rgb(183,127,163); }
div.DivClassName
{
background-color: #B77FA3;
}
.BgClassName
{
background-color: #B77FA3;
}
</style>
border-color css
<style>
span { border-color: #B77FA3; }
span { border-color: rgb(183,127,163); }
td.TdClassName
{
border-color: #B77FA3;
}
.TagClassName
{
border-color: #B77FA3;
}
</style>