Shades of Bouquet #B08B9B
Tints of Bouquet #B08B9B
RGB
CMYK
RGB Variations
Color information
#B08B9B (or 0xB08B9B) is known color: Bouquet. HEX triplet: B0, 8B and 9B. RGB value is (176,139,155). Sum of RGB (Red+Green+Blue) = 176+139+155=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08B9B is #4F7464. Grayscale: #979797. Windows color (decimal): -5207141 or 10193840. OLE color: 10193840.
HSL color Cylindrical-coordinate representation of color #B08B9B: hue angle of 334.05º 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 #B08B9B is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 139 | 155 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.31 |
| HSL | 334.05º | 0.19% | 0.62% | - |
| HSV(B) | 334.05º | 0.21% | 0.69% | - |
| XYZ | 33.05 | 30.06 | 35.07 | - |
| YUV | 151.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 155 | 0 | 0.21 | 0.12 | 0.31 | 334.05 | 0.19 | 0.62 |
| Hex | B0 | 8B | 9B | 0 | 15 | C | 1F | 14E | 13 | 3E |
| Octal | 260 | 213 | 233 | 0 | 25 | 14 | 37 | 516 | 23 | 76 |
| Binary | 10110000 | 10001011 | 10011011 | 0 | 10101 | 1100 | 11111 | 101001110 | 10011 | 111110 |
Color Harmonies of #B08B9B
Complementary color
Monochromatic Colors of #B08B9B
Black with #B08B9B
Text Example
Text Example
White with #B08B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08B9B; }
p { color: rgb(176,139,155); }
H1.HeaderClassName
{
color: #B08B9B;
}
.AnyTagClassName
{
color: #B08B9B;
}
</style>
background-color css
<style>
a { background-color: #B08B9B; }
a { background-color: rgb(176,139,155); }
div.DivClassName
{
background-color: #B08B9B;
}
.BgClassName
{
background-color: #B08B9B;
}
</style>
border-color css
<style>
span { border-color: #B08B9B; }
span { border-color: rgb(176,139,155); }
td.TdClassName
{
border-color: #B08B9B;
}
.TagClassName
{
border-color: #B08B9B;
}
</style>