Shades of Bouquet #B984A4
Tints of Bouquet #B984A4
RGB
CMYK
RGB Variations
Color information
#B984A4 (or 0xB984A4) is known color: Bouquet. HEX triplet: B9, 84 and A4. RGB value is (185,132,164). Sum of RGB (Red+Green+Blue) = 185+132+164=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B984A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984A4 is #467B5B. Grayscale: #979797. Windows color (decimal): -4619100 or 10781881. OLE color: 10781881.
HSL color Cylindrical-coordinate representation of color #B984A4: hue angle of 323.77º 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 #B984A4 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 164 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.27 |
| HSL | 323.77º | 0.27% | 0.62% | - |
| HSV(B) | 323.77º | 0.29% | 0.73% | - |
| XYZ | 34.96 | 29.5 | 38.97 | - |
| YUV | 151.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 164 | 0 | 0.29 | 0.11 | 0.27 | 323.77 | 0.27 | 0.62 |
| Hex | B9 | 84 | A4 | 0 | 1D | B | 1B | 144 | 1B | 3E |
| Octal | 271 | 204 | 244 | 0 | 35 | 13 | 33 | 504 | 33 | 76 |
| Binary | 10111001 | 10000100 | 10100100 | 0 | 11101 | 1011 | 11011 | 101000100 | 11011 | 111110 |
Color Harmonies of #B984A4
Complementary color
Monochromatic Colors of #B984A4
Black with #B984A4
Text Example
Text Example
White with #B984A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B984A4; }
p { color: rgb(185,132,164); }
H1.HeaderClassName
{
color: #B984A4;
}
.AnyTagClassName
{
color: #B984A4;
}
</style>
background-color css
<style>
a { background-color: #B984A4; }
a { background-color: rgb(185,132,164); }
div.DivClassName
{
background-color: #B984A4;
}
.BgClassName
{
background-color: #B984A4;
}
</style>
border-color css
<style>
span { border-color: #B984A4; }
span { border-color: rgb(185,132,164); }
td.TdClassName
{
border-color: #B984A4;
}
.TagClassName
{
border-color: #B984A4;
}
</style>