Shades of Bouquet #B07F99
Tints of Bouquet #B07F99
RGB
CMYK
RGB Variations
Color information
#B07F99 (or 0xB07F99) is known color: Bouquet. HEX triplet: B0, 7F and 99. RGB value is (176,127,153). Sum of RGB (Red+Green+Blue) = 176+127+153=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F99 is #4F8066. Grayscale: #909090. Windows color (decimal): -5210215 or 10059696. OLE color: 10059696.
HSL color Cylindrical-coordinate representation of color #B07F99: hue angle of 328.16º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07F99 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 127 | 153 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.31 |
| HSL | 328.16º | 0.24% | 0.59% | - |
| HSV(B) | 328.16º | 0.28% | 0.69% | - |
| XYZ | 31.24 | 26.71 | 33.65 | - |
| YUV | 144.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 153 | 0 | 0.28 | 0.13 | 0.31 | 328.16 | 0.24 | 0.59 |
| Hex | B0 | 7F | 99 | 0 | 1C | D | 1F | 148 | 18 | 3B |
| Octal | 260 | 177 | 231 | 0 | 34 | 15 | 37 | 510 | 30 | 73 |
| Binary | 10110000 | 1111111 | 10011001 | 0 | 11100 | 1101 | 11111 | 101001000 | 11000 | 111011 |
Color Harmonies of #B07F99
Complementary color
Monochromatic Colors of #B07F99
Black with #B07F99
Text Example
Text Example
White with #B07F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07F99; }
p { color: rgb(176,127,153); }
H1.HeaderClassName
{
color: #B07F99;
}
.AnyTagClassName
{
color: #B07F99;
}
</style>
background-color css
<style>
a { background-color: #B07F99; }
a { background-color: rgb(176,127,153); }
div.DivClassName
{
background-color: #B07F99;
}
.BgClassName
{
background-color: #B07F99;
}
</style>
border-color css
<style>
span { border-color: #B07F99; }
span { border-color: rgb(176,127,153); }
td.TdClassName
{
border-color: #B07F99;
}
.TagClassName
{
border-color: #B07F99;
}
</style>