Shades of Bouquet #B981A6
Tints of Bouquet #B981A6
RGB
CMYK
RGB Variations
Color information
#B981A6 (or 0xB981A6) is known color: Bouquet. HEX triplet: B9, 81 and A6. RGB value is (185,129,166). Sum of RGB (Red+Green+Blue) = 185+129+166=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B981A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981A6 is #467E59. Grayscale: #959595. Windows color (decimal): -4619866 or 10912185. OLE color: 10912185.
HSL color Cylindrical-coordinate representation of color #B981A6: hue angle of 320.36º 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 #B981A6 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 129 | 166 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.27 |
| HSL | 320.36º | 0.29% | 0.62% | - |
| HSV(B) | 320.36º | 0.3% | 0.73% | - |
| XYZ | 34.74 | 28.77 | 39.8 | - |
| YUV | 149.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 166 | 0 | 0.30 | 0.10 | 0.27 | 320.36 | 0.29 | 0.62 |
| Hex | B9 | 81 | A6 | 0 | 1E | A | 1B | 140 | 1D | 3E |
| Octal | 271 | 201 | 246 | 0 | 36 | 12 | 33 | 500 | 35 | 76 |
| Binary | 10111001 | 10000001 | 10100110 | 0 | 11110 | 1010 | 11011 | 101000000 | 11101 | 111110 |
Color Harmonies of #B981A6
Complementary color
Monochromatic Colors of #B981A6
Black with #B981A6
Text Example
Text Example
White with #B981A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B981A6; }
p { color: rgb(185,129,166); }
H1.HeaderClassName
{
color: #B981A6;
}
.AnyTagClassName
{
color: #B981A6;
}
</style>
background-color css
<style>
a { background-color: #B981A6; }
a { background-color: rgb(185,129,166); }
div.DivClassName
{
background-color: #B981A6;
}
.BgClassName
{
background-color: #B981A6;
}
</style>
border-color css
<style>
span { border-color: #B981A6; }
span { border-color: rgb(185,129,166); }
td.TdClassName
{
border-color: #B981A6;
}
.TagClassName
{
border-color: #B981A6;
}
</style>