Shades of Bouquet #B07AA7
Tints of Bouquet #B07AA7
RGB
CMYK
RGB Variations
Color information
#B07AA7 (or 0xB07AA7) is known color: Bouquet. HEX triplet: B0, 7A and A7. RGB value is (176,122,167). Sum of RGB (Red+Green+Blue) = 176+122+167=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AA7 is #4F8558. Grayscale: #8F8F8F. Windows color (decimal): -5211481 or 10975920. OLE color: 10975920.
HSL color Cylindrical-coordinate representation of color #B07AA7: hue angle of 310º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07AA7 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 122 | 167 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.31 |
| HSL | 310º | 0.25% | 0.58% | - |
| HSV(B) | 310º | 0.31% | 0.69% | - |
| XYZ | 31.84 | 25.94 | 39.89 | - |
| YUV | 143.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 167 | 0 | 0.31 | 0.05 | 0.31 | 310 | 0.25 | 0.58 |
| Hex | B0 | 7A | A7 | 0 | 1F | 5 | 1F | 136 | 19 | 3A |
| Octal | 260 | 172 | 247 | 0 | 37 | 5 | 37 | 466 | 31 | 72 |
| Binary | 10110000 | 1111010 | 10100111 | 0 | 11111 | 101 | 11111 | 100110110 | 11001 | 111010 |
Color Harmonies of #B07AA7
Complementary color
Monochromatic Colors of #B07AA7
Black with #B07AA7
Text Example
Text Example
White with #B07AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07AA7; }
p { color: rgb(176,122,167); }
H1.HeaderClassName
{
color: #B07AA7;
}
.AnyTagClassName
{
color: #B07AA7;
}
</style>
background-color css
<style>
a { background-color: #B07AA7; }
a { background-color: rgb(176,122,167); }
div.DivClassName
{
background-color: #B07AA7;
}
.BgClassName
{
background-color: #B07AA7;
}
</style>
border-color css
<style>
span { border-color: #B07AA7; }
span { border-color: rgb(176,122,167); }
td.TdClassName
{
border-color: #B07AA7;
}
.TagClassName
{
border-color: #B07AA7;
}
</style>