Shades of Bouquet #B96DA1
Tints of Bouquet #B96DA1
RGB
CMYK
RGB Variations
Color information
#B96DA1 (or 0xB96DA1) is known color: Bouquet. HEX triplet: B9, 6D and A1. RGB value is (185,109,161). Sum of RGB (Red+Green+Blue) = 185+109+161=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B96DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96DA1 is #46925E. Grayscale: #898989. Windows color (decimal): -4624991 or 10579385. OLE color: 10579385.
HSL color Cylindrical-coordinate representation of color #B96DA1: hue angle of 318.95º 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 #B96DA1 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 161 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.27 |
| HSL | 318.95º | 0.35% | 0.58% | - |
| HSV(B) | 318.95º | 0.41% | 0.73% | - |
| XYZ | 31.91 | 23.82 | 36.64 | - |
| YUV | 137.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 161 | 0 | 0.41 | 0.13 | 0.27 | 318.95 | 0.35 | 0.58 |
| Hex | B9 | 6D | A1 | 0 | 29 | D | 1B | 13F | 23 | 3A |
| Octal | 271 | 155 | 241 | 0 | 51 | 15 | 33 | 477 | 43 | 72 |
| Binary | 10111001 | 1101101 | 10100001 | 0 | 101001 | 1101 | 11011 | 100111111 | 100011 | 111010 |
Color Harmonies of #B96DA1
Complementary color
Monochromatic Colors of #B96DA1
Black with #B96DA1
Text Example
Text Example
White with #B96DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96DA1; }
p { color: rgb(185,109,161); }
H1.HeaderClassName
{
color: #B96DA1;
}
.AnyTagClassName
{
color: #B96DA1;
}
</style>
background-color css
<style>
a { background-color: #B96DA1; }
a { background-color: rgb(185,109,161); }
div.DivClassName
{
background-color: #B96DA1;
}
.BgClassName
{
background-color: #B96DA1;
}
</style>
border-color css
<style>
span { border-color: #B96DA1; }
span { border-color: rgb(185,109,161); }
td.TdClassName
{
border-color: #B96DA1;
}
.TagClassName
{
border-color: #B96DA1;
}
</style>