Shades of Bouquet #B984A1
Tints of Bouquet #B984A1
RGB
CMYK
RGB Variations
Color information
#B984A1 (or 0xB984A1) is known color: Bouquet. HEX triplet: B9, 84 and A1. RGB value is (185,132,161). Sum of RGB (Red+Green+Blue) = 185+132+161=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B984A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984A1 is #467B5E. Grayscale: #979797. Windows color (decimal): -4619103 or 10585273. OLE color: 10585273.
HSL color Cylindrical-coordinate representation of color #B984A1: hue angle of 327.17º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B984A1 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 161 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.27 |
| HSL | 327.17º | 0.27% | 0.62% | - |
| HSV(B) | 327.17º | 0.29% | 0.73% | - |
| XYZ | 34.69 | 29.39 | 37.56 | - |
| YUV | 151.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 161 | 0 | 0.29 | 0.13 | 0.27 | 327.17 | 0.27 | 0.62 |
| Hex | B9 | 84 | A1 | 0 | 1D | D | 1B | 147 | 1B | 3E |
| Octal | 271 | 204 | 241 | 0 | 35 | 15 | 33 | 507 | 33 | 76 |
| Binary | 10111001 | 10000100 | 10100001 | 0 | 11101 | 1101 | 11011 | 101000111 | 11011 | 111110 |
Color Harmonies of #B984A1
Complementary color
Monochromatic Colors of #B984A1
Black with #B984A1
Text Example
Text Example
White with #B984A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B984A1; }
p { color: rgb(185,132,161); }
H1.HeaderClassName
{
color: #B984A1;
}
.AnyTagClassName
{
color: #B984A1;
}
</style>
background-color css
<style>
a { background-color: #B984A1; }
a { background-color: rgb(185,132,161); }
div.DivClassName
{
background-color: #B984A1;
}
.BgClassName
{
background-color: #B984A1;
}
</style>
border-color css
<style>
span { border-color: #B984A1; }
span { border-color: rgb(185,132,161); }
td.TdClassName
{
border-color: #B984A1;
}
.TagClassName
{
border-color: #B984A1;
}
</style>