Shades of Bouquet #B08B9D
Tints of Bouquet #B08B9D
RGB
CMYK
RGB Variations
Color information
#B08B9D (or 0xB08B9D) is known color: Bouquet. HEX triplet: B0, 8B and 9D. RGB value is (176,139,157). Sum of RGB (Red+Green+Blue) = 176+139+157=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08B9D is #4F7462. Grayscale: #989898. Windows color (decimal): -5207139 or 10324912. OLE color: 10324912.
HSL color Cylindrical-coordinate representation of color #B08B9D: hue angle of 330.81º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B08B9D is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 139 | 157 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.31 |
| HSL | 330.81º | 0.19% | 0.62% | - |
| HSV(B) | 330.81º | 0.21% | 0.69% | - |
| XYZ | 33.22 | 30.13 | 35.96 | - |
| YUV | 152.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 157 | 0 | 0.21 | 0.11 | 0.31 | 330.81 | 0.19 | 0.62 |
| Hex | B0 | 8B | 9D | 0 | 15 | B | 1F | 14B | 13 | 3E |
| Octal | 260 | 213 | 235 | 0 | 25 | 13 | 37 | 513 | 23 | 76 |
| Binary | 10110000 | 10001011 | 10011101 | 0 | 10101 | 1011 | 11111 | 101001011 | 10011 | 111110 |
Color Harmonies of #B08B9D
Complementary color
Monochromatic Colors of #B08B9D
Black with #B08B9D
Text Example
Text Example
White with #B08B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08B9D; }
p { color: rgb(176,139,157); }
H1.HeaderClassName
{
color: #B08B9D;
}
.AnyTagClassName
{
color: #B08B9D;
}
</style>
background-color css
<style>
a { background-color: #B08B9D; }
a { background-color: rgb(176,139,157); }
div.DivClassName
{
background-color: #B08B9D;
}
.BgClassName
{
background-color: #B08B9D;
}
</style>
border-color css
<style>
span { border-color: #B08B9D; }
span { border-color: rgb(176,139,157); }
td.TdClassName
{
border-color: #B08B9D;
}
.TagClassName
{
border-color: #B08B9D;
}
</style>