Shades of Bouquet #B96CA0
Tints of Bouquet #B96CA0
RGB
CMYK
RGB Variations
Color information
#B96CA0 (or 0xB96CA0) is known color: Bouquet. HEX triplet: B9, 6C and A0. RGB value is (185,108,160). Sum of RGB (Red+Green+Blue) = 185+108+160=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B96CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96CA0 is #46935F. Grayscale: #888888. Windows color (decimal): -4625248 or 10513593. OLE color: 10513593.
HSL color Cylindrical-coordinate representation of color #B96CA0: hue angle of 319.48º degrees, saturation: 0.35, 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 #B96CA0 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 160 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.27 |
| HSL | 319.48º | 0.35% | 0.57% | - |
| HSV(B) | 319.48º | 0.42% | 0.73% | - |
| XYZ | 31.72 | 23.58 | 36.14 | - |
| YUV | 136.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 160 | 0 | 0.42 | 0.14 | 0.27 | 319.48 | 0.35 | 0.57 |
| Hex | B9 | 6C | A0 | 0 | 2A | E | 1B | 13F | 23 | 39 |
| Octal | 271 | 154 | 240 | 0 | 52 | 16 | 33 | 477 | 43 | 71 |
| Binary | 10111001 | 1101100 | 10100000 | 0 | 101010 | 1110 | 11011 | 100111111 | 100011 | 111001 |
Color Harmonies of #B96CA0
Complementary color
Monochromatic Colors of #B96CA0
Black with #B96CA0
Text Example
Text Example
White with #B96CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96CA0; }
p { color: rgb(185,108,160); }
H1.HeaderClassName
{
color: #B96CA0;
}
.AnyTagClassName
{
color: #B96CA0;
}
</style>
background-color css
<style>
a { background-color: #B96CA0; }
a { background-color: rgb(185,108,160); }
div.DivClassName
{
background-color: #B96CA0;
}
.BgClassName
{
background-color: #B96CA0;
}
</style>
border-color css
<style>
span { border-color: #B96CA0; }
span { border-color: rgb(185,108,160); }
td.TdClassName
{
border-color: #B96CA0;
}
.TagClassName
{
border-color: #B96CA0;
}
</style>