Shades of Bouquet #B06796
Tints of Bouquet #B06796
RGB
CMYK
RGB Variations
Color information
#B06796 (or 0xB06796) is known color: Bouquet. HEX triplet: B0, 67 and 96. RGB value is (176,103,150). Sum of RGB (Red+Green+Blue) = 176+103+150=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B06796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06796 is #4F9869. Grayscale: #828282. Windows color (decimal): -5216362 or 9856944. OLE color: 9856944.
HSL color Cylindrical-coordinate representation of color #B06796: hue angle of 321.37º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06796 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 150 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.31 |
| HSL | 321.37º | 0.32% | 0.55% | - |
| HSV(B) | 321.37º | 0.41% | 0.69% | - |
| XYZ | 28.26 | 21.13 | 31.44 | - |
| YUV | 130.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 150 | 0 | 0.41 | 0.15 | 0.31 | 321.37 | 0.32 | 0.55 |
| Hex | B0 | 67 | 96 | 0 | 29 | F | 1F | 141 | 20 | 37 |
| Octal | 260 | 147 | 226 | 0 | 51 | 17 | 37 | 501 | 40 | 67 |
| Binary | 10110000 | 1100111 | 10010110 | 0 | 101001 | 1111 | 11111 | 101000001 | 100000 | 110111 |
Color Harmonies of #B06796
Complementary color
Monochromatic Colors of #B06796
Black with #B06796
Text Example
Text Example
White with #B06796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06796; }
p { color: rgb(176,103,150); }
H1.HeaderClassName
{
color: #B06796;
}
.AnyTagClassName
{
color: #B06796;
}
</style>
background-color css
<style>
a { background-color: #B06796; }
a { background-color: rgb(176,103,150); }
div.DivClassName
{
background-color: #B06796;
}
.BgClassName
{
background-color: #B06796;
}
</style>
border-color css
<style>
span { border-color: #B06796; }
span { border-color: rgb(176,103,150); }
td.TdClassName
{
border-color: #B06796;
}
.TagClassName
{
border-color: #B06796;
}
</style>