Shades of Bouquet #B985A3
Tints of Bouquet #B985A3
RGB
CMYK
RGB Variations
Color information
#B985A3 (or 0xB985A3) is known color: Bouquet. HEX triplet: B9, 85 and A3. RGB value is (185,133,163). Sum of RGB (Red+Green+Blue) = 185+133+163=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B985A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B985A3 is #467A5C. Grayscale: #979797. Windows color (decimal): -4618845 or 10716601. OLE color: 10716601.
HSL color Cylindrical-coordinate representation of color #B985A3: hue angle of 325.38º 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 #B985A3 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 163 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.27 |
| HSL | 325.38º | 0.27% | 0.62% | - |
| HSV(B) | 325.38º | 0.28% | 0.73% | - |
| XYZ | 35.01 | 29.73 | 38.54 | - |
| YUV | 151.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 163 | 0 | 0.28 | 0.12 | 0.27 | 325.38 | 0.27 | 0.62 |
| Hex | B9 | 85 | A3 | 0 | 1C | C | 1B | 145 | 1B | 3E |
| Octal | 271 | 205 | 243 | 0 | 34 | 14 | 33 | 505 | 33 | 76 |
| Binary | 10111001 | 10000101 | 10100011 | 0 | 11100 | 1100 | 11011 | 101000101 | 11011 | 111110 |
Color Harmonies of #B985A3
Complementary color
Monochromatic Colors of #B985A3
Black with #B985A3
Text Example
Text Example
White with #B985A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B985A3; }
p { color: rgb(185,133,163); }
H1.HeaderClassName
{
color: #B985A3;
}
.AnyTagClassName
{
color: #B985A3;
}
</style>
background-color css
<style>
a { background-color: #B985A3; }
a { background-color: rgb(185,133,163); }
div.DivClassName
{
background-color: #B985A3;
}
.BgClassName
{
background-color: #B985A3;
}
</style>
border-color css
<style>
span { border-color: #B985A3; }
span { border-color: rgb(185,133,163); }
td.TdClassName
{
border-color: #B985A3;
}
.TagClassName
{
border-color: #B985A3;
}
</style>