Shades of Bouquet #B979A0
Tints of Bouquet #B979A0
RGB
CMYK
RGB Variations
Color information
#B979A0 (or 0xB979A0) is known color: Bouquet. HEX triplet: B9, 79 and A0. RGB value is (185,121,160). Sum of RGB (Red+Green+Blue) = 185+121+160=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B979A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B979A0 is #46865F. Grayscale: #909090. Windows color (decimal): -4621920 or 10516921. OLE color: 10516921.
HSL color Cylindrical-coordinate representation of color #B979A0: hue angle of 323.44º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B979A0 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 121 | 160 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.27 |
| HSL | 323.44º | 0.31% | 0.6% | - |
| HSV(B) | 323.44º | 0.35% | 0.73% | - |
| XYZ | 33.19 | 26.53 | 36.63 | - |
| YUV | 144.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 121 | 160 | 0 | 0.35 | 0.14 | 0.27 | 323.44 | 0.31 | 0.6 |
| Hex | B9 | 79 | A0 | 0 | 23 | E | 1B | 143 | 1F | 3C |
| Octal | 271 | 171 | 240 | 0 | 43 | 16 | 33 | 503 | 37 | 74 |
| Binary | 10111001 | 1111001 | 10100000 | 0 | 100011 | 1110 | 11011 | 101000011 | 11111 | 111100 |
Color Harmonies of #B979A0
Complementary color
Monochromatic Colors of #B979A0
Black with #B979A0
Text Example
Text Example
White with #B979A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B979A0; }
p { color: rgb(185,121,160); }
H1.HeaderClassName
{
color: #B979A0;
}
.AnyTagClassName
{
color: #B979A0;
}
</style>
background-color css
<style>
a { background-color: #B979A0; }
a { background-color: rgb(185,121,160); }
div.DivClassName
{
background-color: #B979A0;
}
.BgClassName
{
background-color: #B979A0;
}
</style>
border-color css
<style>
span { border-color: #B979A0; }
span { border-color: rgb(185,121,160); }
td.TdClassName
{
border-color: #B979A0;
}
.TagClassName
{
border-color: #B979A0;
}
</style>