Shades of Bouquet #B985A0
Tints of Bouquet #B985A0
RGB
CMYK
RGB Variations
Color information
#B985A0 (or 0xB985A0) is known color: Bouquet. HEX triplet: B9, 85 and A0. RGB value is (185,133,160). Sum of RGB (Red+Green+Blue) = 185+133+160=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B985A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B985A0 is #467A5F. Grayscale: #979797. Windows color (decimal): -4618848 or 10519993. OLE color: 10519993.
HSL color Cylindrical-coordinate representation of color #B985A0: hue angle of 328.85º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B985A0 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 160 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.27 |
| HSL | 328.85º | 0.27% | 0.62% | - |
| HSV(B) | 328.85º | 0.28% | 0.73% | - |
| XYZ | 34.74 | 29.63 | 37.15 | - |
| YUV | 151.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 160 | 0 | 0.28 | 0.14 | 0.27 | 328.85 | 0.27 | 0.62 |
| Hex | B9 | 85 | A0 | 0 | 1C | E | 1B | 149 | 1B | 3E |
| Octal | 271 | 205 | 240 | 0 | 34 | 16 | 33 | 511 | 33 | 76 |
| Binary | 10111001 | 10000101 | 10100000 | 0 | 11100 | 1110 | 11011 | 101001001 | 11011 | 111110 |
Color Harmonies of #B985A0
Complementary color
Monochromatic Colors of #B985A0
Black with #B985A0
Text Example
Text Example
White with #B985A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B985A0; }
p { color: rgb(185,133,160); }
H1.HeaderClassName
{
color: #B985A0;
}
.AnyTagClassName
{
color: #B985A0;
}
</style>
background-color css
<style>
a { background-color: #B985A0; }
a { background-color: rgb(185,133,160); }
div.DivClassName
{
background-color: #B985A0;
}
.BgClassName
{
background-color: #B985A0;
}
</style>
border-color css
<style>
span { border-color: #B985A0; }
span { border-color: rgb(185,133,160); }
td.TdClassName
{
border-color: #B985A0;
}
.TagClassName
{
border-color: #B985A0;
}
</style>