Shades of Bouquet #B08EA0
Tints of Bouquet #B08EA0
RGB
CMYK
RGB Variations
Color information
#B08EA0 (or 0xB08EA0) is known color: Bouquet. HEX triplet: B0, 8E and A0. RGB value is (176,142,160). Sum of RGB (Red+Green+Blue) = 176+142+160=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EA0 is #4F715F. Grayscale: #9A9A9A. Windows color (decimal): -5206368 or 10522288. OLE color: 10522288.
HSL color Cylindrical-coordinate representation of color #B08EA0: hue angle of 328.24º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08EA0 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 160 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.31 |
| HSL | 328.24º | 0.18% | 0.62% | - |
| HSV(B) | 328.24º | 0.19% | 0.69% | - |
| XYZ | 33.92 | 31.11 | 37.48 | - |
| YUV | 154.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 160 | 0 | 0.19 | 0.09 | 0.31 | 328.24 | 0.18 | 0.62 |
| Hex | B0 | 8E | A0 | 0 | 13 | 9 | 1F | 148 | 12 | 3E |
| Octal | 260 | 216 | 240 | 0 | 23 | 11 | 37 | 510 | 22 | 76 |
| Binary | 10110000 | 10001110 | 10100000 | 0 | 10011 | 1001 | 11111 | 101001000 | 10010 | 111110 |
Color Harmonies of #B08EA0
Complementary color
Monochromatic Colors of #B08EA0
Black with #B08EA0
Text Example
Text Example
White with #B08EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08EA0; }
p { color: rgb(176,142,160); }
H1.HeaderClassName
{
color: #B08EA0;
}
.AnyTagClassName
{
color: #B08EA0;
}
</style>
background-color css
<style>
a { background-color: #B08EA0; }
a { background-color: rgb(176,142,160); }
div.DivClassName
{
background-color: #B08EA0;
}
.BgClassName
{
background-color: #B08EA0;
}
</style>
border-color css
<style>
span { border-color: #B08EA0; }
span { border-color: rgb(176,142,160); }
td.TdClassName
{
border-color: #B08EA0;
}
.TagClassName
{
border-color: #B08EA0;
}
</style>