Shades of Bouquet #B08A9F
Tints of Bouquet #B08A9F
RGB
CMYK
RGB Variations
Color information
#B08A9F (or 0xB08A9F) is known color: Bouquet. HEX triplet: B0, 8A and 9F. RGB value is (176,138,159). Sum of RGB (Red+Green+Blue) = 176+138+159=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08A9F is #4F7560. Grayscale: #979797. Windows color (decimal): -5207393 or 10455728. OLE color: 10455728.
HSL color Cylindrical-coordinate representation of color #B08A9F: hue angle of 326.84º 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 #B08A9F is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 159 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.31 |
| HSL | 326.84º | 0.19% | 0.62% | - |
| HSV(B) | 326.84º | 0.22% | 0.69% | - |
| XYZ | 33.25 | 29.91 | 36.82 | - |
| YUV | 151.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 159 | 0 | 0.22 | 0.10 | 0.31 | 326.84 | 0.19 | 0.62 |
| Hex | B0 | 8A | 9F | 0 | 16 | A | 1F | 147 | 13 | 3E |
| Octal | 260 | 212 | 237 | 0 | 26 | 12 | 37 | 507 | 23 | 76 |
| Binary | 10110000 | 10001010 | 10011111 | 0 | 10110 | 1010 | 11111 | 101000111 | 10011 | 111110 |
Color Harmonies of #B08A9F
Complementary color
Monochromatic Colors of #B08A9F
Black with #B08A9F
Text Example
Text Example
White with #B08A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A9F; }
p { color: rgb(176,138,159); }
H1.HeaderClassName
{
color: #B08A9F;
}
.AnyTagClassName
{
color: #B08A9F;
}
</style>
background-color css
<style>
a { background-color: #B08A9F; }
a { background-color: rgb(176,138,159); }
div.DivClassName
{
background-color: #B08A9F;
}
.BgClassName
{
background-color: #B08A9F;
}
</style>
border-color css
<style>
span { border-color: #B08A9F; }
span { border-color: rgb(176,138,159); }
td.TdClassName
{
border-color: #B08A9F;
}
.TagClassName
{
border-color: #B08A9F;
}
</style>