Shades of Bouquet #B96BA0
Tints of Bouquet #B96BA0
RGB
CMYK
RGB Variations
Color information
#B96BA0 (or 0xB96BA0) is known color: Bouquet. HEX triplet: B9, 6B and A0. RGB value is (185,107,160). Sum of RGB (Red+Green+Blue) = 185+107+160=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BA0 is #46945F. Grayscale: #888888. Windows color (decimal): -4625504 or 10513337. OLE color: 10513337.
HSL color Cylindrical-coordinate representation of color #B96BA0: hue angle of 319.23º 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 #B96BA0 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 160 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.27 |
| HSL | 319.23º | 0.36% | 0.57% | - |
| HSV(B) | 319.23º | 0.42% | 0.73% | - |
| XYZ | 31.61 | 23.37 | 36.1 | - |
| YUV | 136.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 160 | 0 | 0.42 | 0.14 | 0.27 | 319.23 | 0.36 | 0.57 |
| Hex | B9 | 6B | A0 | 0 | 2A | E | 1B | 13F | 24 | 39 |
| Octal | 271 | 153 | 240 | 0 | 52 | 16 | 33 | 477 | 44 | 71 |
| Binary | 10111001 | 1101011 | 10100000 | 0 | 101010 | 1110 | 11011 | 100111111 | 100100 | 111001 |
Color Harmonies of #B96BA0
Complementary color
Monochromatic Colors of #B96BA0
Black with #B96BA0
Text Example
Text Example
White with #B96BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96BA0; }
p { color: rgb(185,107,160); }
H1.HeaderClassName
{
color: #B96BA0;
}
.AnyTagClassName
{
color: #B96BA0;
}
</style>
background-color css
<style>
a { background-color: #B96BA0; }
a { background-color: rgb(185,107,160); }
div.DivClassName
{
background-color: #B96BA0;
}
.BgClassName
{
background-color: #B96BA0;
}
</style>
border-color css
<style>
span { border-color: #B96BA0; }
span { border-color: rgb(185,107,160); }
td.TdClassName
{
border-color: #B96BA0;
}
.TagClassName
{
border-color: #B96BA0;
}
</style>