Shades of Bouquet #B96DA0
Tints of Bouquet #B96DA0
RGB
CMYK
RGB Variations
Color information
#B96DA0 (or 0xB96DA0) is known color: Bouquet. HEX triplet: B9, 6D and A0. RGB value is (185,109,160). Sum of RGB (Red+Green+Blue) = 185+109+160=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B96DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96DA0 is #46925F. Grayscale: #898989. Windows color (decimal): -4624992 or 10513849. OLE color: 10513849.
HSL color Cylindrical-coordinate representation of color #B96DA0: hue angle of 319.74º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96DA0 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 160 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.27 |
| HSL | 319.74º | 0.35% | 0.58% | - |
| HSV(B) | 319.74º | 0.41% | 0.73% | - |
| XYZ | 31.82 | 23.79 | 36.17 | - |
| YUV | 137.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 160 | 0 | 0.41 | 0.14 | 0.27 | 319.74 | 0.35 | 0.58 |
| Hex | B9 | 6D | A0 | 0 | 29 | E | 1B | 140 | 23 | 3A |
| Octal | 271 | 155 | 240 | 0 | 51 | 16 | 33 | 500 | 43 | 72 |
| Binary | 10111001 | 1101101 | 10100000 | 0 | 101001 | 1110 | 11011 | 101000000 | 100011 | 111010 |
Color Harmonies of #B96DA0
Complementary color
Monochromatic Colors of #B96DA0
Black with #B96DA0
Text Example
Text Example
White with #B96DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96DA0; }
p { color: rgb(185,109,160); }
H1.HeaderClassName
{
color: #B96DA0;
}
.AnyTagClassName
{
color: #B96DA0;
}
</style>
background-color css
<style>
a { background-color: #B96DA0; }
a { background-color: rgb(185,109,160); }
div.DivClassName
{
background-color: #B96DA0;
}
.BgClassName
{
background-color: #B96DA0;
}
</style>
border-color css
<style>
span { border-color: #B96DA0; }
span { border-color: rgb(185,109,160); }
td.TdClassName
{
border-color: #B96DA0;
}
.TagClassName
{
border-color: #B96DA0;
}
</style>