Shades of Bouquet #B077A8
Tints of Bouquet #B077A8
RGB
CMYK
RGB Variations
Color information
#B077A8 (or 0xB077A8) is known color: Bouquet. HEX triplet: B0, 77 and A8. RGB value is (176,119,168). Sum of RGB (Red+Green+Blue) = 176+119+168=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B077A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B077A8 is #4F8857. Grayscale: #8D8D8D. Windows color (decimal): -5212248 or 11040688. OLE color: 11040688.
HSL color Cylindrical-coordinate representation of color #B077A8: hue angle of 308.42º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B077A8 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 168 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.31 |
| HSL | 308.42º | 0.27% | 0.58% | - |
| HSV(B) | 308.42º | 0.32% | 0.69% | - |
| XYZ | 31.57 | 25.25 | 40.26 | - |
| YUV | 141.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 168 | 0 | 0.32 | 0.05 | 0.31 | 308.42 | 0.27 | 0.58 |
| Hex | B0 | 77 | A8 | 0 | 20 | 5 | 1F | 134 | 1B | 3A |
| Octal | 260 | 167 | 250 | 0 | 40 | 5 | 37 | 464 | 33 | 72 |
| Binary | 10110000 | 1110111 | 10101000 | 0 | 100000 | 101 | 11111 | 100110100 | 11011 | 111010 |
Color Harmonies of #B077A8
Complementary color
Monochromatic Colors of #B077A8
Black with #B077A8
Text Example
Text Example
White with #B077A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077A8; }
p { color: rgb(176,119,168); }
H1.HeaderClassName
{
color: #B077A8;
}
.AnyTagClassName
{
color: #B077A8;
}
</style>
background-color css
<style>
a { background-color: #B077A8; }
a { background-color: rgb(176,119,168); }
div.DivClassName
{
background-color: #B077A8;
}
.BgClassName
{
background-color: #B077A8;
}
</style>
border-color css
<style>
span { border-color: #B077A8; }
span { border-color: rgb(176,119,168); }
td.TdClassName
{
border-color: #B077A8;
}
.TagClassName
{
border-color: #B077A8;
}
</style>