Shades of Bouquet #B08B9A
Tints of Bouquet #B08B9A
RGB
CMYK
RGB Variations
Color information
#B08B9A (or 0xB08B9A) is known color: Bouquet. HEX triplet: B0, 8B and 9A. RGB value is (176,139,154). Sum of RGB (Red+Green+Blue) = 176+139+154=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08B9A is #4F7465. Grayscale: #979797. Windows color (decimal): -5207142 or 10128304. OLE color: 10128304.
HSL color Cylindrical-coordinate representation of color #B08B9A: hue angle of 335.68º 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 #B08B9A is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 139 | 154 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.31 |
| HSL | 335.68º | 0.19% | 0.62% | - |
| HSV(B) | 335.68º | 0.21% | 0.69% | - |
| XYZ | 32.97 | 30.03 | 34.63 | - |
| YUV | 151.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 154 | 0 | 0.21 | 0.12 | 0.31 | 335.68 | 0.19 | 0.62 |
| Hex | B0 | 8B | 9A | 0 | 15 | C | 1F | 150 | 13 | 3E |
| Octal | 260 | 213 | 232 | 0 | 25 | 14 | 37 | 520 | 23 | 76 |
| Binary | 10110000 | 10001011 | 10011010 | 0 | 10101 | 1100 | 11111 | 101010000 | 10011 | 111110 |
Color Harmonies of #B08B9A
Complementary color
Monochromatic Colors of #B08B9A
Black with #B08B9A
Text Example
Text Example
White with #B08B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08B9A; }
p { color: rgb(176,139,154); }
H1.HeaderClassName
{
color: #B08B9A;
}
.AnyTagClassName
{
color: #B08B9A;
}
</style>
background-color css
<style>
a { background-color: #B08B9A; }
a { background-color: rgb(176,139,154); }
div.DivClassName
{
background-color: #B08B9A;
}
.BgClassName
{
background-color: #B08B9A;
}
</style>
border-color css
<style>
span { border-color: #B08B9A; }
span { border-color: rgb(176,139,154); }
td.TdClassName
{
border-color: #B08B9A;
}
.TagClassName
{
border-color: #B08B9A;
}
</style>