Shades of Bouquet #B06B96
Tints of Bouquet #B06B96
RGB
CMYK
RGB Variations
Color information
#B06B96 (or 0xB06B96) is known color: Bouquet. HEX triplet: B0, 6B and 96. RGB value is (176,107,150). Sum of RGB (Red+Green+Blue) = 176+107+150=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B96 is #4F9469. Grayscale: #848484. Windows color (decimal): -5215338 or 9857968. OLE color: 9857968.
HSL color Cylindrical-coordinate representation of color #B06B96: hue angle of 322.61º 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 #B06B96 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 107 | 150 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.31 |
| HSL | 322.61º | 0.3% | 0.55% | - |
| HSV(B) | 322.61º | 0.39% | 0.69% | - |
| XYZ | 28.67 | 21.95 | 31.58 | - |
| YUV | 132.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 150 | 0 | 0.39 | 0.15 | 0.31 | 322.61 | 0.3 | 0.55 |
| Hex | B0 | 6B | 96 | 0 | 27 | F | 1F | 143 | 1E | 37 |
| Octal | 260 | 153 | 226 | 0 | 47 | 17 | 37 | 503 | 36 | 67 |
| Binary | 10110000 | 1101011 | 10010110 | 0 | 100111 | 1111 | 11111 | 101000011 | 11110 | 110111 |
Color Harmonies of #B06B96
Complementary color
Monochromatic Colors of #B06B96
Black with #B06B96
Text Example
Text Example
White with #B06B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06B96; }
p { color: rgb(176,107,150); }
H1.HeaderClassName
{
color: #B06B96;
}
.AnyTagClassName
{
color: #B06B96;
}
</style>
background-color css
<style>
a { background-color: #B06B96; }
a { background-color: rgb(176,107,150); }
div.DivClassName
{
background-color: #B06B96;
}
.BgClassName
{
background-color: #B06B96;
}
</style>
border-color css
<style>
span { border-color: #B06B96; }
span { border-color: rgb(176,107,150); }
td.TdClassName
{
border-color: #B06B96;
}
.TagClassName
{
border-color: #B06B96;
}
</style>