Shades of Bouquet #B07099
Tints of Bouquet #B07099
RGB
CMYK
RGB Variations
Color information
#B07099 (or 0xB07099) is known color: Bouquet. HEX triplet: B0, 70 and 99. RGB value is (176,112,153). Sum of RGB (Red+Green+Blue) = 176+112+153=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B07099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07099 is #4F8F66. Grayscale: #878787. Windows color (decimal): -5214055 or 10055856. OLE color: 10055856.
HSL color Cylindrical-coordinate representation of color #B07099: hue angle of 321.56º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07099 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 153 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.31 |
| HSL | 321.56º | 0.29% | 0.56% | - |
| HSV(B) | 321.56º | 0.36% | 0.69% | - |
| XYZ | 29.45 | 23.12 | 33.05 | - |
| YUV | 135.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 153 | 0 | 0.36 | 0.13 | 0.31 | 321.56 | 0.29 | 0.56 |
| Hex | B0 | 70 | 99 | 0 | 24 | D | 1F | 142 | 1D | 38 |
| Octal | 260 | 160 | 231 | 0 | 44 | 15 | 37 | 502 | 35 | 70 |
| Binary | 10110000 | 1110000 | 10011001 | 0 | 100100 | 1101 | 11111 | 101000010 | 11101 | 111000 |
Color Harmonies of #B07099
Complementary color
Monochromatic Colors of #B07099
Black with #B07099
Text Example
Text Example
White with #B07099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07099; }
p { color: rgb(176,112,153); }
H1.HeaderClassName
{
color: #B07099;
}
.AnyTagClassName
{
color: #B07099;
}
</style>
background-color css
<style>
a { background-color: #B07099; }
a { background-color: rgb(176,112,153); }
div.DivClassName
{
background-color: #B07099;
}
.BgClassName
{
background-color: #B07099;
}
</style>
border-color css
<style>
span { border-color: #B07099; }
span { border-color: rgb(176,112,153); }
td.TdClassName
{
border-color: #B07099;
}
.TagClassName
{
border-color: #B07099;
}
</style>