Shades of Bouquet #B06E94
Tints of Bouquet #B06E94
RGB
CMYK
RGB Variations
Color information
#B06E94 (or 0xB06E94) is known color: Bouquet. HEX triplet: B0, 6E and 94. RGB value is (176,110,148). Sum of RGB (Red+Green+Blue) = 176+110+148=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06E94 is #4F916B. Grayscale: #858585. Windows color (decimal): -5214572 or 9727664. OLE color: 9727664.
HSL color Cylindrical-coordinate representation of color #B06E94: hue angle of 325.45º 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 #B06E94 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 148 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.31 |
| HSL | 325.45º | 0.29% | 0.56% | - |
| HSV(B) | 325.45º | 0.38% | 0.69% | - |
| XYZ | 28.83 | 22.52 | 30.84 | - |
| YUV | 134.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 148 | 0 | 0.37 | 0.16 | 0.31 | 325.45 | 0.29 | 0.56 |
| Hex | B0 | 6E | 94 | 0 | 25 | 10 | 1F | 145 | 1D | 38 |
| Octal | 260 | 156 | 224 | 0 | 45 | 20 | 37 | 505 | 35 | 70 |
| Binary | 10110000 | 1101110 | 10010100 | 0 | 100101 | 10000 | 11111 | 101000101 | 11101 | 111000 |
Color Harmonies of #B06E94
Complementary color
Monochromatic Colors of #B06E94
Black with #B06E94
Text Example
Text Example
White with #B06E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E94; }
p { color: rgb(176,110,148); }
H1.HeaderClassName
{
color: #B06E94;
}
.AnyTagClassName
{
color: #B06E94;
}
</style>
background-color css
<style>
a { background-color: #B06E94; }
a { background-color: rgb(176,110,148); }
div.DivClassName
{
background-color: #B06E94;
}
.BgClassName
{
background-color: #B06E94;
}
</style>
border-color css
<style>
span { border-color: #B06E94; }
span { border-color: rgb(176,110,148); }
td.TdClassName
{
border-color: #B06E94;
}
.TagClassName
{
border-color: #B06E94;
}
</style>