Shades of Bouquet #B976A5
Tints of Bouquet #B976A5
RGB
CMYK
RGB Variations
Color information
#B976A5 (or 0xB976A5) is known color: Bouquet. HEX triplet: B9, 76 and A5. RGB value is (185,118,165). Sum of RGB (Red+Green+Blue) = 185+118+165=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B976A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B976A5 is #46895A. Grayscale: #8F8F8F. Windows color (decimal): -4622683 or 10843833. OLE color: 10843833.
HSL color Cylindrical-coordinate representation of color #B976A5: hue angle of 317.91º 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 #B976A5 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 118 | 165 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.27 |
| HSL | 317.91º | 0.32% | 0.59% | - |
| HSV(B) | 317.91º | 0.36% | 0.73% | - |
| XYZ | 33.28 | 25.99 | 38.86 | - |
| YUV | 143.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 165 | 0 | 0.36 | 0.11 | 0.27 | 317.91 | 0.32 | 0.59 |
| Hex | B9 | 76 | A5 | 0 | 24 | B | 1B | 13E | 20 | 3B |
| Octal | 271 | 166 | 245 | 0 | 44 | 13 | 33 | 476 | 40 | 73 |
| Binary | 10111001 | 1110110 | 10100101 | 0 | 100100 | 1011 | 11011 | 100111110 | 100000 | 111011 |
Color Harmonies of #B976A5
Complementary color
Monochromatic Colors of #B976A5
Black with #B976A5
Text Example
Text Example
White with #B976A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B976A5; }
p { color: rgb(185,118,165); }
H1.HeaderClassName
{
color: #B976A5;
}
.AnyTagClassName
{
color: #B976A5;
}
</style>
background-color css
<style>
a { background-color: #B976A5; }
a { background-color: rgb(185,118,165); }
div.DivClassName
{
background-color: #B976A5;
}
.BgClassName
{
background-color: #B976A5;
}
</style>
border-color css
<style>
span { border-color: #B976A5; }
span { border-color: rgb(185,118,165); }
td.TdClassName
{
border-color: #B976A5;
}
.TagClassName
{
border-color: #B976A5;
}
</style>