Shades of Bouquet #B96FA6
Tints of Bouquet #B96FA6
RGB
CMYK
RGB Variations
Color information
#B96FA6 (or 0xB96FA6) is known color: Bouquet. HEX triplet: B9, 6F and A6. RGB value is (185,111,166). Sum of RGB (Red+Green+Blue) = 185+111+166=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96FA6 is #469059. Grayscale: #8B8B8B. Windows color (decimal): -4624474 or 10907577. OLE color: 10907577.
HSL color Cylindrical-coordinate representation of color #B96FA6: hue angle of 315.41º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96FA6 is Cyan = 0, Magento = 0.4, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 166 | - |
| CMYK | 0 | 0.4 | 0.10 | 0.27 |
| HSL | 315.41º | 0.35% | 0.58% | - |
| HSV(B) | 315.41º | 0.4% | 0.73% | - |
| XYZ | 32.57 | 24.44 | 39.08 | - |
| YUV | 139.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 166 | 0 | 0.4 | 0.10 | 0.27 | 315.41 | 0.35 | 0.58 |
| Hex | B9 | 6F | A6 | 0 | 28 | A | 1B | 13B | 23 | 3A |
| Octal | 271 | 157 | 246 | 0 | 50 | 12 | 33 | 473 | 43 | 72 |
| Binary | 10111001 | 1101111 | 10100110 | 0 | 101000 | 1010 | 11011 | 100111011 | 100011 | 111010 |
Color Harmonies of #B96FA6
Complementary color
Monochromatic Colors of #B96FA6
Black with #B96FA6
Text Example
Text Example
White with #B96FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96FA6; }
p { color: rgb(185,111,166); }
H1.HeaderClassName
{
color: #B96FA6;
}
.AnyTagClassName
{
color: #B96FA6;
}
</style>
background-color css
<style>
a { background-color: #B96FA6; }
a { background-color: rgb(185,111,166); }
div.DivClassName
{
background-color: #B96FA6;
}
.BgClassName
{
background-color: #B96FA6;
}
</style>
border-color css
<style>
span { border-color: #B96FA6; }
span { border-color: rgb(185,111,166); }
td.TdClassName
{
border-color: #B96FA6;
}
.TagClassName
{
border-color: #B96FA6;
}
</style>