Shades of Bouquet #B985A2
Tints of Bouquet #B985A2
RGB
CMYK
RGB Variations
Color information
#B985A2 (or 0xB985A2) is known color: Bouquet. HEX triplet: B9, 85 and A2. RGB value is (185,133,162). Sum of RGB (Red+Green+Blue) = 185+133+162=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B985A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B985A2 is #467A5D. Grayscale: #979797. Windows color (decimal): -4618846 or 10651065. OLE color: 10651065.
HSL color Cylindrical-coordinate representation of color #B985A2: hue angle of 326.54º 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 #B985A2 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 162 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.27 |
| HSL | 326.54º | 0.27% | 0.62% | - |
| HSV(B) | 326.54º | 0.28% | 0.73% | - |
| XYZ | 34.92 | 29.7 | 38.07 | - |
| YUV | 151.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 162 | 0 | 0.28 | 0.12 | 0.27 | 326.54 | 0.27 | 0.62 |
| Hex | B9 | 85 | A2 | 0 | 1C | C | 1B | 147 | 1B | 3E |
| Octal | 271 | 205 | 242 | 0 | 34 | 14 | 33 | 507 | 33 | 76 |
| Binary | 10111001 | 10000101 | 10100010 | 0 | 11100 | 1100 | 11011 | 101000111 | 11011 | 111110 |
Color Harmonies of #B985A2
Complementary color
Monochromatic Colors of #B985A2
Black with #B985A2
Text Example
Text Example
White with #B985A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B985A2; }
p { color: rgb(185,133,162); }
H1.HeaderClassName
{
color: #B985A2;
}
.AnyTagClassName
{
color: #B985A2;
}
</style>
background-color css
<style>
a { background-color: #B985A2; }
a { background-color: rgb(185,133,162); }
div.DivClassName
{
background-color: #B985A2;
}
.BgClassName
{
background-color: #B985A2;
}
</style>
border-color css
<style>
span { border-color: #B985A2; }
span { border-color: rgb(185,133,162); }
td.TdClassName
{
border-color: #B985A2;
}
.TagClassName
{
border-color: #B985A2;
}
</style>