Shades of Bouquet #B07EA0
Tints of Bouquet #B07EA0
RGB
CMYK
RGB Variations
Color information
#B07EA0 (or 0xB07EA0) is known color: Bouquet. HEX triplet: B0, 7E and A0. RGB value is (176,126,160). Sum of RGB (Red+Green+Blue) = 176+126+160=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B07EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07EA0 is #4F815F. Grayscale: #909090. Windows color (decimal): -5210464 or 10518192. OLE color: 10518192.
HSL color Cylindrical-coordinate representation of color #B07EA0: hue angle of 319.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07EA0 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 160 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.31 |
| HSL | 319.2º | 0.24% | 0.59% | - |
| HSV(B) | 319.2º | 0.28% | 0.69% | - |
| XYZ | 31.71 | 26.69 | 36.74 | - |
| YUV | 144.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 160 | 0 | 0.28 | 0.09 | 0.31 | 319.2 | 0.24 | 0.59 |
| Hex | B0 | 7E | A0 | 0 | 1C | 9 | 1F | 13F | 18 | 3B |
| Octal | 260 | 176 | 240 | 0 | 34 | 11 | 37 | 477 | 30 | 73 |
| Binary | 10110000 | 1111110 | 10100000 | 0 | 11100 | 1001 | 11111 | 100111111 | 11000 | 111011 |
Color Harmonies of #B07EA0
Complementary color
Monochromatic Colors of #B07EA0
Black with #B07EA0
Text Example
Text Example
White with #B07EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07EA0; }
p { color: rgb(176,126,160); }
H1.HeaderClassName
{
color: #B07EA0;
}
.AnyTagClassName
{
color: #B07EA0;
}
</style>
background-color css
<style>
a { background-color: #B07EA0; }
a { background-color: rgb(176,126,160); }
div.DivClassName
{
background-color: #B07EA0;
}
.BgClassName
{
background-color: #B07EA0;
}
</style>
border-color css
<style>
span { border-color: #B07EA0; }
span { border-color: rgb(176,126,160); }
td.TdClassName
{
border-color: #B07EA0;
}
.TagClassName
{
border-color: #B07EA0;
}
</style>