Shades of Bouquet #B96B9E
Tints of Bouquet #B96B9E
RGB
CMYK
RGB Variations
Color information
#B96B9E (or 0xB96B9E) is known color: Bouquet. HEX triplet: B9, 6B and 9E. RGB value is (185,107,158). Sum of RGB (Red+Green+Blue) = 185+107+158=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96B9E is #469461. Grayscale: #888888. Windows color (decimal): -4625506 or 10382265. OLE color: 10382265.
HSL color Cylindrical-coordinate representation of color #B96B9E: hue angle of 320.77º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96B9E is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 158 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.27 |
| HSL | 320.77º | 0.36% | 0.57% | - |
| HSV(B) | 320.77º | 0.42% | 0.73% | - |
| XYZ | 31.44 | 23.3 | 35.19 | - |
| YUV | 136.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 158 | 0 | 0.42 | 0.15 | 0.27 | 320.77 | 0.36 | 0.57 |
| Hex | B9 | 6B | 9E | 0 | 2A | F | 1B | 141 | 24 | 39 |
| Octal | 271 | 153 | 236 | 0 | 52 | 17 | 33 | 501 | 44 | 71 |
| Binary | 10111001 | 1101011 | 10011110 | 0 | 101010 | 1111 | 11011 | 101000001 | 100100 | 111001 |
Color Harmonies of #B96B9E
Complementary color
Monochromatic Colors of #B96B9E
Black with #B96B9E
Text Example
Text Example
White with #B96B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B9E; }
p { color: rgb(185,107,158); }
H1.HeaderClassName
{
color: #B96B9E;
}
.AnyTagClassName
{
color: #B96B9E;
}
</style>
background-color css
<style>
a { background-color: #B96B9E; }
a { background-color: rgb(185,107,158); }
div.DivClassName
{
background-color: #B96B9E;
}
.BgClassName
{
background-color: #B96B9E;
}
</style>
border-color css
<style>
span { border-color: #B96B9E; }
span { border-color: rgb(185,107,158); }
td.TdClassName
{
border-color: #B96B9E;
}
.TagClassName
{
border-color: #B96B9E;
}
</style>