Shades of Bouquet #B977A3
Tints of Bouquet #B977A3
RGB
CMYK
RGB Variations
Color information
#B977A3 (or 0xB977A3) is known color: Bouquet. HEX triplet: B9, 77 and A3. RGB value is (185,119,163). Sum of RGB (Red+Green+Blue) = 185+119+163=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B977A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B977A3 is #46885C. Grayscale: #8F8F8F. Windows color (decimal): -4622429 or 10713017. OLE color: 10713017.
HSL color Cylindrical-coordinate representation of color #B977A3: hue angle of 320º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B977A3 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 119 | 163 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.27 |
| HSL | 320º | 0.32% | 0.6% | - |
| HSV(B) | 320º | 0.36% | 0.73% | - |
| XYZ | 33.22 | 26.15 | 37.95 | - |
| YUV | 143.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 163 | 0 | 0.36 | 0.12 | 0.27 | 320 | 0.32 | 0.6 |
| Hex | B9 | 77 | A3 | 0 | 24 | C | 1B | 140 | 20 | 3C |
| Octal | 271 | 167 | 243 | 0 | 44 | 14 | 33 | 500 | 40 | 74 |
| Binary | 10111001 | 1110111 | 10100011 | 0 | 100100 | 1100 | 11011 | 101000000 | 100000 | 111100 |
Color Harmonies of #B977A3
Complementary color
Monochromatic Colors of #B977A3
Black with #B977A3
Text Example
Text Example
White with #B977A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B977A3; }
p { color: rgb(185,119,163); }
H1.HeaderClassName
{
color: #B977A3;
}
.AnyTagClassName
{
color: #B977A3;
}
</style>
background-color css
<style>
a { background-color: #B977A3; }
a { background-color: rgb(185,119,163); }
div.DivClassName
{
background-color: #B977A3;
}
.BgClassName
{
background-color: #B977A3;
}
</style>
border-color css
<style>
span { border-color: #B977A3; }
span { border-color: rgb(185,119,163); }
td.TdClassName
{
border-color: #B977A3;
}
.TagClassName
{
border-color: #B977A3;
}
</style>