Shades of Bouquet #B07A99
Tints of Bouquet #B07A99
RGB
CMYK
RGB Variations
Color information
#B07A99 (or 0xB07A99) is known color: Bouquet. HEX triplet: B0, 7A and 99. RGB value is (176,122,153). Sum of RGB (Red+Green+Blue) = 176+122+153=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A99 is #4F8566. Grayscale: #8D8D8D. Windows color (decimal): -5211495 or 10058416. OLE color: 10058416.
HSL color Cylindrical-coordinate representation of color #B07A99: hue angle of 325.56º 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 #B07A99 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 122 | 153 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.31 |
| HSL | 325.56º | 0.25% | 0.58% | - |
| HSV(B) | 325.56º | 0.31% | 0.69% | - |
| XYZ | 30.61 | 25.45 | 33.44 | - |
| YUV | 141.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 153 | 0 | 0.31 | 0.13 | 0.31 | 325.56 | 0.25 | 0.58 |
| Hex | B0 | 7A | 99 | 0 | 1F | D | 1F | 146 | 19 | 3A |
| Octal | 260 | 172 | 231 | 0 | 37 | 15 | 37 | 506 | 31 | 72 |
| Binary | 10110000 | 1111010 | 10011001 | 0 | 11111 | 1101 | 11111 | 101000110 | 11001 | 111010 |
Color Harmonies of #B07A99
Complementary color
Monochromatic Colors of #B07A99
Black with #B07A99
Text Example
Text Example
White with #B07A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07A99; }
p { color: rgb(176,122,153); }
H1.HeaderClassName
{
color: #B07A99;
}
.AnyTagClassName
{
color: #B07A99;
}
</style>
background-color css
<style>
a { background-color: #B07A99; }
a { background-color: rgb(176,122,153); }
div.DivClassName
{
background-color: #B07A99;
}
.BgClassName
{
background-color: #B07A99;
}
</style>
border-color css
<style>
span { border-color: #B07A99; }
span { border-color: rgb(176,122,153); }
td.TdClassName
{
border-color: #B07A99;
}
.TagClassName
{
border-color: #B07A99;
}
</style>