Shades of Bouquet #B08097
Tints of Bouquet #B08097
RGB
CMYK
RGB Variations
Color information
#B08097 (or 0xB08097) is known color: Bouquet. HEX triplet: B0, 80 and 97. RGB value is (176,128,151). Sum of RGB (Red+Green+Blue) = 176+128+151=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B08097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08097 is #4F7F68. Grayscale: #909090. Windows color (decimal): -5209961 or 9928880. OLE color: 9928880.
HSL color Cylindrical-coordinate representation of color #B08097: hue angle of 331.25º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B08097 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 128 | 151 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.31 |
| HSL | 331.25º | 0.23% | 0.6% | - |
| HSV(B) | 331.25º | 0.27% | 0.69% | - |
| XYZ | 31.21 | 26.9 | 32.83 | - |
| YUV | 144.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 151 | 0 | 0.27 | 0.14 | 0.31 | 331.25 | 0.23 | 0.6 |
| Hex | B0 | 80 | 97 | 0 | 1B | E | 1F | 14B | 17 | 3C |
| Octal | 260 | 200 | 227 | 0 | 33 | 16 | 37 | 513 | 27 | 74 |
| Binary | 10110000 | 10000000 | 10010111 | 0 | 11011 | 1110 | 11111 | 101001011 | 10111 | 111100 |
Color Harmonies of #B08097
Complementary color
Monochromatic Colors of #B08097
Black with #B08097
Text Example
Text Example
White with #B08097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08097; }
p { color: rgb(176,128,151); }
H1.HeaderClassName
{
color: #B08097;
}
.AnyTagClassName
{
color: #B08097;
}
</style>
background-color css
<style>
a { background-color: #B08097; }
a { background-color: rgb(176,128,151); }
div.DivClassName
{
background-color: #B08097;
}
.BgClassName
{
background-color: #B08097;
}
</style>
border-color css
<style>
span { border-color: #B08097; }
span { border-color: rgb(176,128,151); }
td.TdClassName
{
border-color: #B08097;
}
.TagClassName
{
border-color: #B08097;
}
</style>