Shades of Bouquet #B96DAA
Tints of Bouquet #B96DAA
RGB
CMYK
RGB Variations
Color information
#B96DAA (or 0xB96DAA) is known color: Bouquet. HEX triplet: B9, 6D and AA. RGB value is (185,109,170). Sum of RGB (Red+Green+Blue) = 185+109+170=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B96DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96DAA is #469255. Grayscale: #8A8A8A. Windows color (decimal): -4624982 or 11169209. OLE color: 11169209.
HSL color Cylindrical-coordinate representation of color #B96DAA: hue angle of 311.84º 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 #B96DAA is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 170 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.27 |
| HSL | 311.84º | 0.35% | 0.58% | - |
| HSV(B) | 311.84º | 0.41% | 0.73% | - |
| XYZ | 32.73 | 24.15 | 40.97 | - |
| YUV | 138.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 170 | 0 | 0.41 | 0.08 | 0.27 | 311.84 | 0.35 | 0.58 |
| Hex | B9 | 6D | AA | 0 | 29 | 8 | 1B | 138 | 23 | 3A |
| Octal | 271 | 155 | 252 | 0 | 51 | 10 | 33 | 470 | 43 | 72 |
| Binary | 10111001 | 1101101 | 10101010 | 0 | 101001 | 1000 | 11011 | 100111000 | 100011 | 111010 |
Color Harmonies of #B96DAA
Complementary color
Monochromatic Colors of #B96DAA
Black with #B96DAA
Text Example
Text Example
White with #B96DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96DAA; }
p { color: rgb(185,109,170); }
H1.HeaderClassName
{
color: #B96DAA;
}
.AnyTagClassName
{
color: #B96DAA;
}
</style>
background-color css
<style>
a { background-color: #B96DAA; }
a { background-color: rgb(185,109,170); }
div.DivClassName
{
background-color: #B96DAA;
}
.BgClassName
{
background-color: #B96DAA;
}
</style>
border-color css
<style>
span { border-color: #B96DAA; }
span { border-color: rgb(185,109,170); }
td.TdClassName
{
border-color: #B96DAA;
}
.TagClassName
{
border-color: #B96DAA;
}
</style>