Shades of Bouquet #B984A3
Tints of Bouquet #B984A3
RGB
CMYK
RGB Variations
Color information
#B984A3 (or 0xB984A3) is known color: Bouquet. HEX triplet: B9, 84 and A3. RGB value is (185,132,163). Sum of RGB (Red+Green+Blue) = 185+132+163=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B984A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984A3 is #467B5C. Grayscale: #979797. Windows color (decimal): -4619101 or 10716345. OLE color: 10716345.
HSL color Cylindrical-coordinate representation of color #B984A3: hue angle of 324.91º 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 #B984A3 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 163 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.27 |
| HSL | 324.91º | 0.27% | 0.62% | - |
| HSV(B) | 324.91º | 0.29% | 0.73% | - |
| XYZ | 34.87 | 29.46 | 38.5 | - |
| YUV | 151.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 163 | 0 | 0.29 | 0.12 | 0.27 | 324.91 | 0.27 | 0.62 |
| Hex | B9 | 84 | A3 | 0 | 1D | C | 1B | 145 | 1B | 3E |
| Octal | 271 | 204 | 243 | 0 | 35 | 14 | 33 | 505 | 33 | 76 |
| Binary | 10111001 | 10000100 | 10100011 | 0 | 11101 | 1100 | 11011 | 101000101 | 11011 | 111110 |
Color Harmonies of #B984A3
Complementary color
Monochromatic Colors of #B984A3
Black with #B984A3
Text Example
Text Example
White with #B984A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B984A3; }
p { color: rgb(185,132,163); }
H1.HeaderClassName
{
color: #B984A3;
}
.AnyTagClassName
{
color: #B984A3;
}
</style>
background-color css
<style>
a { background-color: #B984A3; }
a { background-color: rgb(185,132,163); }
div.DivClassName
{
background-color: #B984A3;
}
.BgClassName
{
background-color: #B984A3;
}
</style>
border-color css
<style>
span { border-color: #B984A3; }
span { border-color: rgb(185,132,163); }
td.TdClassName
{
border-color: #B984A3;
}
.TagClassName
{
border-color: #B984A3;
}
</style>