Shades of Bouquet #B06E98
Tints of Bouquet #B06E98
RGB
CMYK
RGB Variations
Color information
#B06E98 (or 0xB06E98) is known color: Bouquet. HEX triplet: B0, 6E and 98. RGB value is (176,110,152). Sum of RGB (Red+Green+Blue) = 176+110+152=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06E98 is #4F9167. Grayscale: #868686. Windows color (decimal): -5214568 or 9989808. OLE color: 9989808.
HSL color Cylindrical-coordinate representation of color #B06E98: hue angle of 321.82º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06E98 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 152 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.31 |
| HSL | 321.82º | 0.29% | 0.56% | - |
| HSV(B) | 321.82º | 0.38% | 0.69% | - |
| XYZ | 29.15 | 22.65 | 32.54 | - |
| YUV | 134.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 152 | 0 | 0.37 | 0.14 | 0.31 | 321.82 | 0.29 | 0.56 |
| Hex | B0 | 6E | 98 | 0 | 25 | E | 1F | 142 | 1D | 38 |
| Octal | 260 | 156 | 230 | 0 | 45 | 16 | 37 | 502 | 35 | 70 |
| Binary | 10110000 | 1101110 | 10011000 | 0 | 100101 | 1110 | 11111 | 101000010 | 11101 | 111000 |
Color Harmonies of #B06E98
Complementary color
Monochromatic Colors of #B06E98
Black with #B06E98
Text Example
Text Example
White with #B06E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E98; }
p { color: rgb(176,110,152); }
H1.HeaderClassName
{
color: #B06E98;
}
.AnyTagClassName
{
color: #B06E98;
}
</style>
background-color css
<style>
a { background-color: #B06E98; }
a { background-color: rgb(176,110,152); }
div.DivClassName
{
background-color: #B06E98;
}
.BgClassName
{
background-color: #B06E98;
}
</style>
border-color css
<style>
span { border-color: #B06E98; }
span { border-color: rgb(176,110,152); }
td.TdClassName
{
border-color: #B06E98;
}
.TagClassName
{
border-color: #B06E98;
}
</style>