Shades of Bouquet #B978A0
Tints of Bouquet #B978A0
RGB
CMYK
RGB Variations
Color information
#B978A0 (or 0xB978A0) is known color: Bouquet. HEX triplet: B9, 78 and A0. RGB value is (185,120,160). Sum of RGB (Red+Green+Blue) = 185+120+160=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B978A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B978A0 is #46875F. Grayscale: #8F8F8F. Windows color (decimal): -4622176 or 10516665. OLE color: 10516665.
HSL color Cylindrical-coordinate representation of color #B978A0: hue angle of 323.08º degrees, saturation: 0.32, 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 #B978A0 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 120 | 160 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.27 |
| HSL | 323.08º | 0.32% | 0.6% | - |
| HSV(B) | 323.08º | 0.35% | 0.73% | - |
| XYZ | 33.07 | 26.29 | 36.59 | - |
| YUV | 144 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 160 | 0 | 0.35 | 0.14 | 0.27 | 323.08 | 0.32 | 0.6 |
| Hex | B9 | 78 | A0 | 0 | 23 | E | 1B | 143 | 20 | 3C |
| Octal | 271 | 170 | 240 | 0 | 43 | 16 | 33 | 503 | 40 | 74 |
| Binary | 10111001 | 1111000 | 10100000 | 0 | 100011 | 1110 | 11011 | 101000011 | 100000 | 111100 |
Color Harmonies of #B978A0
Complementary color
Monochromatic Colors of #B978A0
Black with #B978A0
Text Example
Text Example
White with #B978A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978A0; }
p { color: rgb(185,120,160); }
H1.HeaderClassName
{
color: #B978A0;
}
.AnyTagClassName
{
color: #B978A0;
}
</style>
background-color css
<style>
a { background-color: #B978A0; }
a { background-color: rgb(185,120,160); }
div.DivClassName
{
background-color: #B978A0;
}
.BgClassName
{
background-color: #B978A0;
}
</style>
border-color css
<style>
span { border-color: #B978A0; }
span { border-color: rgb(185,120,160); }
td.TdClassName
{
border-color: #B978A0;
}
.TagClassName
{
border-color: #B978A0;
}
</style>