Shades of Bouquet #B976A8
Tints of Bouquet #B976A8
RGB
CMYK
RGB Variations
Color information
#B976A8 (or 0xB976A8) is known color: Bouquet. HEX triplet: B9, 76 and A8. RGB value is (185,118,168). Sum of RGB (Red+Green+Blue) = 185+118+168=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B976A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B976A8 is #468957. Grayscale: #8F8F8F. Windows color (decimal): -4622680 or 11040441. OLE color: 11040441.
HSL color Cylindrical-coordinate representation of color #B976A8: hue angle of 315.22º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B976A8 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 118 | 168 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.27 |
| HSL | 315.22º | 0.32% | 0.59% | - |
| HSV(B) | 315.22º | 0.36% | 0.73% | - |
| XYZ | 33.55 | 26.1 | 40.31 | - |
| YUV | 143.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 168 | 0 | 0.36 | 0.09 | 0.27 | 315.22 | 0.32 | 0.59 |
| Hex | B9 | 76 | A8 | 0 | 24 | 9 | 1B | 13B | 20 | 3B |
| Octal | 271 | 166 | 250 | 0 | 44 | 11 | 33 | 473 | 40 | 73 |
| Binary | 10111001 | 1110110 | 10101000 | 0 | 100100 | 1001 | 11011 | 100111011 | 100000 | 111011 |
Color Harmonies of #B976A8
Complementary color
Monochromatic Colors of #B976A8
Black with #B976A8
Text Example
Text Example
White with #B976A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B976A8; }
p { color: rgb(185,118,168); }
H1.HeaderClassName
{
color: #B976A8;
}
.AnyTagClassName
{
color: #B976A8;
}
</style>
background-color css
<style>
a { background-color: #B976A8; }
a { background-color: rgb(185,118,168); }
div.DivClassName
{
background-color: #B976A8;
}
.BgClassName
{
background-color: #B976A8;
}
</style>
border-color css
<style>
span { border-color: #B976A8; }
span { border-color: rgb(185,118,168); }
td.TdClassName
{
border-color: #B976A8;
}
.TagClassName
{
border-color: #B976A8;
}
</style>