Shades of Bouquet #B08A99
Tints of Bouquet #B08A99
RGB
CMYK
RGB Variations
Color information
#B08A99 (or 0xB08A99) is known color: Bouquet. HEX triplet: B0, 8A and 99. RGB value is (176,138,153). Sum of RGB (Red+Green+Blue) = 176+138+153=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08A99 is #4F7566. Grayscale: #979797. Windows color (decimal): -5207399 or 10062512. OLE color: 10062512.
HSL color Cylindrical-coordinate representation of color #B08A99: hue angle of 336.32º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B08A99 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 153 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.31 |
| HSL | 336.32º | 0.19% | 0.62% | - |
| HSV(B) | 336.32º | 0.22% | 0.69% | - |
| XYZ | 32.74 | 29.71 | 34.15 | - |
| YUV | 151.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 153 | 0 | 0.22 | 0.13 | 0.31 | 336.32 | 0.19 | 0.62 |
| Hex | B0 | 8A | 99 | 0 | 16 | D | 1F | 150 | 13 | 3E |
| Octal | 260 | 212 | 231 | 0 | 26 | 15 | 37 | 520 | 23 | 76 |
| Binary | 10110000 | 10001010 | 10011001 | 0 | 10110 | 1101 | 11111 | 101010000 | 10011 | 111110 |
Color Harmonies of #B08A99
Complementary color
Monochromatic Colors of #B08A99
Black with #B08A99
Text Example
Text Example
White with #B08A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A99; }
p { color: rgb(176,138,153); }
H1.HeaderClassName
{
color: #B08A99;
}
.AnyTagClassName
{
color: #B08A99;
}
</style>
background-color css
<style>
a { background-color: #B08A99; }
a { background-color: rgb(176,138,153); }
div.DivClassName
{
background-color: #B08A99;
}
.BgClassName
{
background-color: #B08A99;
}
</style>
border-color css
<style>
span { border-color: #B08A99; }
span { border-color: rgb(176,138,153); }
td.TdClassName
{
border-color: #B08A99;
}
.TagClassName
{
border-color: #B08A99;
}
</style>