Shades of Bouquet #B06997
Tints of Bouquet #B06997
RGB
CMYK
RGB Variations
Color information
#B06997 (or 0xB06997) is known color: Bouquet. HEX triplet: B0, 69 and 97. RGB value is (176,105,151). Sum of RGB (Red+Green+Blue) = 176+105+151=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B06997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06997 is #4F9668. Grayscale: #838383. Windows color (decimal): -5215849 or 9922992. OLE color: 9922992.
HSL color Cylindrical-coordinate representation of color #B06997: hue angle of 321.13º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06997 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 151 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.31 |
| HSL | 321.13º | 0.31% | 0.55% | - |
| HSV(B) | 321.13º | 0.4% | 0.69% | - |
| XYZ | 28.54 | 21.57 | 31.94 | - |
| YUV | 131.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 151 | 0 | 0.40 | 0.14 | 0.31 | 321.13 | 0.31 | 0.55 |
| Hex | B0 | 69 | 97 | 0 | 28 | E | 1F | 141 | 1F | 37 |
| Octal | 260 | 151 | 227 | 0 | 50 | 16 | 37 | 501 | 37 | 67 |
| Binary | 10110000 | 1101001 | 10010111 | 0 | 101000 | 1110 | 11111 | 101000001 | 11111 | 110111 |
Color Harmonies of #B06997
Complementary color
Monochromatic Colors of #B06997
Black with #B06997
Text Example
Text Example
White with #B06997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06997; }
p { color: rgb(176,105,151); }
H1.HeaderClassName
{
color: #B06997;
}
.AnyTagClassName
{
color: #B06997;
}
</style>
background-color css
<style>
a { background-color: #B06997; }
a { background-color: rgb(176,105,151); }
div.DivClassName
{
background-color: #B06997;
}
.BgClassName
{
background-color: #B06997;
}
</style>
border-color css
<style>
span { border-color: #B06997; }
span { border-color: rgb(176,105,151); }
td.TdClassName
{
border-color: #B06997;
}
.TagClassName
{
border-color: #B06997;
}
</style>