Shades of Bouquet #B078A0
Tints of Bouquet #B078A0
RGB
CMYK
RGB Variations
Color information
#B078A0 (or 0xB078A0) is known color: Bouquet. HEX triplet: B0, 78 and A0. RGB value is (176,120,160). Sum of RGB (Red+Green+Blue) = 176+120+160=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B078A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B078A0 is #4F875F. Grayscale: #8D8D8D. Windows color (decimal): -5212000 or 10516656. OLE color: 10516656.
HSL color Cylindrical-coordinate representation of color #B078A0: hue angle of 317.14º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B078A0 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 160 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.31 |
| HSL | 317.14º | 0.26% | 0.58% | - |
| HSV(B) | 317.14º | 0.32% | 0.69% | - |
| XYZ | 30.97 | 25.2 | 36.49 | - |
| YUV | 141.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 160 | 0 | 0.32 | 0.09 | 0.31 | 317.14 | 0.26 | 0.58 |
| Hex | B0 | 78 | A0 | 0 | 20 | 9 | 1F | 13D | 1A | 3A |
| Octal | 260 | 170 | 240 | 0 | 40 | 11 | 37 | 475 | 32 | 72 |
| Binary | 10110000 | 1111000 | 10100000 | 0 | 100000 | 1001 | 11111 | 100111101 | 11010 | 111010 |
Color Harmonies of #B078A0
Complementary color
Monochromatic Colors of #B078A0
Black with #B078A0
Text Example
Text Example
White with #B078A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B078A0; }
p { color: rgb(176,120,160); }
H1.HeaderClassName
{
color: #B078A0;
}
.AnyTagClassName
{
color: #B078A0;
}
</style>
background-color css
<style>
a { background-color: #B078A0; }
a { background-color: rgb(176,120,160); }
div.DivClassName
{
background-color: #B078A0;
}
.BgClassName
{
background-color: #B078A0;
}
</style>
border-color css
<style>
span { border-color: #B078A0; }
span { border-color: rgb(176,120,160); }
td.TdClassName
{
border-color: #B078A0;
}
.TagClassName
{
border-color: #B078A0;
}
</style>