Shades of Bouquet #B08799
Tints of Bouquet #B08799
RGB
CMYK
RGB Variations
Color information
#B08799 (or 0xB08799) is known color: Bouquet. HEX triplet: B0, 87 and 99. RGB value is (176,135,153). Sum of RGB (Red+Green+Blue) = 176+135+153=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B08799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08799 is #4F7866. Grayscale: #959595. Windows color (decimal): -5208167 or 10061744. OLE color: 10061744.
HSL color Cylindrical-coordinate representation of color #B08799: hue angle of 333.66º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B08799 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 153 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.31 |
| HSL | 333.66º | 0.21% | 0.61% | - |
| HSV(B) | 333.66º | 0.23% | 0.69% | - |
| XYZ | 32.32 | 28.86 | 34 | - |
| YUV | 149.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 153 | 0 | 0.23 | 0.13 | 0.31 | 333.66 | 0.21 | 0.61 |
| Hex | B0 | 87 | 99 | 0 | 17 | D | 1F | 14E | 15 | 3D |
| Octal | 260 | 207 | 231 | 0 | 27 | 15 | 37 | 516 | 25 | 75 |
| Binary | 10110000 | 10000111 | 10011001 | 0 | 10111 | 1101 | 11111 | 101001110 | 10101 | 111101 |
Color Harmonies of #B08799
Complementary color
Monochromatic Colors of #B08799
Black with #B08799
Text Example
Text Example
White with #B08799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08799; }
p { color: rgb(176,135,153); }
H1.HeaderClassName
{
color: #B08799;
}
.AnyTagClassName
{
color: #B08799;
}
</style>
background-color css
<style>
a { background-color: #B08799; }
a { background-color: rgb(176,135,153); }
div.DivClassName
{
background-color: #B08799;
}
.BgClassName
{
background-color: #B08799;
}
</style>
border-color css
<style>
span { border-color: #B08799; }
span { border-color: rgb(176,135,153); }
td.TdClassName
{
border-color: #B08799;
}
.TagClassName
{
border-color: #B08799;
}
</style>