Shades of Bouquet #B07899
Tints of Bouquet #B07899
RGB
CMYK
RGB Variations
Color information
#B07899 (or 0xB07899) is known color: Bouquet. HEX triplet: B0, 78 and 99. RGB value is (176,120,153). Sum of RGB (Red+Green+Blue) = 176+120+153=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B07899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07899 is #4F8766. Grayscale: #8C8C8C. Windows color (decimal): -5212007 or 10057904. OLE color: 10057904.
HSL color Cylindrical-coordinate representation of color #B07899: hue angle of 324.64º degrees, saturation: 0.26, 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 #B07899 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 153 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.31 |
| HSL | 324.64º | 0.26% | 0.58% | - |
| HSV(B) | 324.64º | 0.32% | 0.69% | - |
| XYZ | 30.37 | 24.96 | 33.35 | - |
| YUV | 140.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 153 | 0 | 0.32 | 0.13 | 0.31 | 324.64 | 0.26 | 0.58 |
| Hex | B0 | 78 | 99 | 0 | 20 | D | 1F | 145 | 1A | 3A |
| Octal | 260 | 170 | 231 | 0 | 40 | 15 | 37 | 505 | 32 | 72 |
| Binary | 10110000 | 1111000 | 10011001 | 0 | 100000 | 1101 | 11111 | 101000101 | 11010 | 111010 |
Color Harmonies of #B07899
Complementary color
Monochromatic Colors of #B07899
Black with #B07899
Text Example
Text Example
White with #B07899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07899; }
p { color: rgb(176,120,153); }
H1.HeaderClassName
{
color: #B07899;
}
.AnyTagClassName
{
color: #B07899;
}
</style>
background-color css
<style>
a { background-color: #B07899; }
a { background-color: rgb(176,120,153); }
div.DivClassName
{
background-color: #B07899;
}
.BgClassName
{
background-color: #B07899;
}
</style>
border-color css
<style>
span { border-color: #B07899; }
span { border-color: rgb(176,120,153); }
td.TdClassName
{
border-color: #B07899;
}
.TagClassName
{
border-color: #B07899;
}
</style>