Shades of Bouquet #B0899A
Tints of Bouquet #B0899A
RGB
CMYK
RGB Variations
Color information
#B0899A (or 0xB0899A) is known color: Bouquet. HEX triplet: B0, 89 and 9A. RGB value is (176,137,154). Sum of RGB (Red+Green+Blue) = 176+137+154=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0899A is #4F7665. Grayscale: #969696. Windows color (decimal): -5207654 or 10127792. OLE color: 10127792.
HSL color Cylindrical-coordinate representation of color #B0899A: hue angle of 333.85º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0899A is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 154 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.31 |
| HSL | 333.85º | 0.2% | 0.61% | - |
| HSV(B) | 333.85º | 0.22% | 0.69% | - |
| XYZ | 32.68 | 29.45 | 34.53 | - |
| YUV | 150.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 154 | 0 | 0.22 | 0.12 | 0.31 | 333.85 | 0.2 | 0.61 |
| Hex | B0 | 89 | 9A | 0 | 16 | C | 1F | 14E | 14 | 3D |
| Octal | 260 | 211 | 232 | 0 | 26 | 14 | 37 | 516 | 24 | 75 |
| Binary | 10110000 | 10001001 | 10011010 | 0 | 10110 | 1100 | 11111 | 101001110 | 10100 | 111101 |
Color Harmonies of #B0899A
Complementary color
Monochromatic Colors of #B0899A
Black with #B0899A
Text Example
Text Example
White with #B0899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0899A; }
p { color: rgb(176,137,154); }
H1.HeaderClassName
{
color: #B0899A;
}
.AnyTagClassName
{
color: #B0899A;
}
</style>
background-color css
<style>
a { background-color: #B0899A; }
a { background-color: rgb(176,137,154); }
div.DivClassName
{
background-color: #B0899A;
}
.BgClassName
{
background-color: #B0899A;
}
</style>
border-color css
<style>
span { border-color: #B0899A; }
span { border-color: rgb(176,137,154); }
td.TdClassName
{
border-color: #B0899A;
}
.TagClassName
{
border-color: #B0899A;
}
</style>