Shades of Bouquet #B06F9F
Tints of Bouquet #B06F9F
RGB
CMYK
RGB Variations
Color information
#B06F9F (or 0xB06F9F) is known color: Bouquet. HEX triplet: B0, 6F and 9F. RGB value is (176,111,159). Sum of RGB (Red+Green+Blue) = 176+111+159=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06F9F is #4F9060. Grayscale: #878787. Windows color (decimal): -5214305 or 10448816. OLE color: 10448816.
HSL color Cylindrical-coordinate representation of color #B06F9F: hue angle of 315.69º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B06F9F is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 159 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.31 |
| HSL | 315.69º | 0.29% | 0.56% | - |
| HSV(B) | 315.69º | 0.37% | 0.69% | - |
| XYZ | 29.85 | 23.1 | 35.69 | - |
| YUV | 135.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 159 | 0 | 0.37 | 0.10 | 0.31 | 315.69 | 0.29 | 0.56 |
| Hex | B0 | 6F | 9F | 0 | 25 | A | 1F | 13C | 1D | 38 |
| Octal | 260 | 157 | 237 | 0 | 45 | 12 | 37 | 474 | 35 | 70 |
| Binary | 10110000 | 1101111 | 10011111 | 0 | 100101 | 1010 | 11111 | 100111100 | 11101 | 111000 |
Color Harmonies of #B06F9F
Complementary color
Monochromatic Colors of #B06F9F
Black with #B06F9F
Text Example
Text Example
White with #B06F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F9F; }
p { color: rgb(176,111,159); }
H1.HeaderClassName
{
color: #B06F9F;
}
.AnyTagClassName
{
color: #B06F9F;
}
</style>
background-color css
<style>
a { background-color: #B06F9F; }
a { background-color: rgb(176,111,159); }
div.DivClassName
{
background-color: #B06F9F;
}
.BgClassName
{
background-color: #B06F9F;
}
</style>
border-color css
<style>
span { border-color: #B06F9F; }
span { border-color: rgb(176,111,159); }
td.TdClassName
{
border-color: #B06F9F;
}
.TagClassName
{
border-color: #B06F9F;
}
</style>