Shades of Bouquet #B981A0
Tints of Bouquet #B981A0
RGB
CMYK
RGB Variations
Color information
#B981A0 (or 0xB981A0) is known color: Bouquet. HEX triplet: B9, 81 and A0. RGB value is (185,129,160). Sum of RGB (Red+Green+Blue) = 185+129+160=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B981A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981A0 is #467E5F. Grayscale: #959595. Windows color (decimal): -4619872 or 10518969. OLE color: 10518969.
HSL color Cylindrical-coordinate representation of color #B981A0: hue angle of 326.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B981A0 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 129 | 160 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.27 |
| HSL | 326.79º | 0.29% | 0.62% | - |
| HSV(B) | 326.79º | 0.3% | 0.73% | - |
| XYZ | 34.2 | 28.55 | 36.97 | - |
| YUV | 149.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 160 | 0 | 0.30 | 0.14 | 0.27 | 326.79 | 0.29 | 0.62 |
| Hex | B9 | 81 | A0 | 0 | 1E | E | 1B | 147 | 1D | 3E |
| Octal | 271 | 201 | 240 | 0 | 36 | 16 | 33 | 507 | 35 | 76 |
| Binary | 10111001 | 10000001 | 10100000 | 0 | 11110 | 1110 | 11011 | 101000111 | 11101 | 111110 |
Color Harmonies of #B981A0
Complementary color
Monochromatic Colors of #B981A0
Black with #B981A0
Text Example
Text Example
White with #B981A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B981A0; }
p { color: rgb(185,129,160); }
H1.HeaderClassName
{
color: #B981A0;
}
.AnyTagClassName
{
color: #B981A0;
}
</style>
background-color css
<style>
a { background-color: #B981A0; }
a { background-color: rgb(185,129,160); }
div.DivClassName
{
background-color: #B981A0;
}
.BgClassName
{
background-color: #B981A0;
}
</style>
border-color css
<style>
span { border-color: #B981A0; }
span { border-color: rgb(185,129,160); }
td.TdClassName
{
border-color: #B981A0;
}
.TagClassName
{
border-color: #B981A0;
}
</style>