Shades of Bouquet #B06B92
Tints of Bouquet #B06B92
RGB
CMYK
RGB Variations
Color information
#B06B92 (or 0xB06B92) is known color: Bouquet. HEX triplet: B0, 6B and 92. RGB value is (176,107,146). Sum of RGB (Red+Green+Blue) = 176+107+146=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B92 is #4F946D. Grayscale: #838383. Windows color (decimal): -5215342 or 9595824. OLE color: 9595824.
HSL color Cylindrical-coordinate representation of color #B06B92: hue angle of 326.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06B92 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 107 | 146 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.31 |
| HSL | 326.09º | 0.3% | 0.55% | - |
| HSV(B) | 326.09º | 0.39% | 0.69% | - |
| XYZ | 28.35 | 21.82 | 29.91 | - |
| YUV | 132.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 146 | 0 | 0.39 | 0.17 | 0.31 | 326.09 | 0.3 | 0.55 |
| Hex | B0 | 6B | 92 | 0 | 27 | 11 | 1F | 146 | 1E | 37 |
| Octal | 260 | 153 | 222 | 0 | 47 | 21 | 37 | 506 | 36 | 67 |
| Binary | 10110000 | 1101011 | 10010010 | 0 | 100111 | 10001 | 11111 | 101000110 | 11110 | 110111 |
Color Harmonies of #B06B92
Complementary color
Monochromatic Colors of #B06B92
Black with #B06B92
Text Example
Text Example
White with #B06B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06B92; }
p { color: rgb(176,107,146); }
H1.HeaderClassName
{
color: #B06B92;
}
.AnyTagClassName
{
color: #B06B92;
}
</style>
background-color css
<style>
a { background-color: #B06B92; }
a { background-color: rgb(176,107,146); }
div.DivClassName
{
background-color: #B06B92;
}
.BgClassName
{
background-color: #B06B92;
}
</style>
border-color css
<style>
span { border-color: #B06B92; }
span { border-color: rgb(176,107,146); }
td.TdClassName
{
border-color: #B06B92;
}
.TagClassName
{
border-color: #B06B92;
}
</style>