Shades of Bouquet #B18EA0
Tints of Bouquet #B18EA0
RGB
CMYK
RGB Variations
Color information
#B18EA0 (or 0xB18EA0) is known color: Bouquet. HEX triplet: B1, 8E and A0. RGB value is (177,142,160). Sum of RGB (Red+Green+Blue) = 177+142+160=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B18EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18EA0 is #4E715F. Grayscale: #9A9A9A. Windows color (decimal): -5140832 or 10522289. OLE color: 10522289.
HSL color Cylindrical-coordinate representation of color #B18EA0: hue angle of 329.14º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B18EA0 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 142 | 160 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.31 |
| HSL | 329.14º | 0.18% | 0.63% | - |
| HSV(B) | 329.14º | 0.2% | 0.69% | - |
| XYZ | 34.15 | 31.23 | 37.49 | - |
| YUV | 154.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 160 | 0 | 0.20 | 0.10 | 0.31 | 329.14 | 0.18 | 0.63 |
| Hex | B1 | 8E | A0 | 0 | 14 | A | 1F | 149 | 12 | 3F |
| Octal | 261 | 216 | 240 | 0 | 24 | 12 | 37 | 511 | 22 | 77 |
| Binary | 10110001 | 10001110 | 10100000 | 0 | 10100 | 1010 | 11111 | 101001001 | 10010 | 111111 |
Color Harmonies of #B18EA0
Complementary color
Monochromatic Colors of #B18EA0
Black with #B18EA0
Text Example
Text Example
White with #B18EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18EA0; }
p { color: rgb(177,142,160); }
H1.HeaderClassName
{
color: #B18EA0;
}
.AnyTagClassName
{
color: #B18EA0;
}
</style>
background-color css
<style>
a { background-color: #B18EA0; }
a { background-color: rgb(177,142,160); }
div.DivClassName
{
background-color: #B18EA0;
}
.BgClassName
{
background-color: #B18EA0;
}
</style>
border-color css
<style>
span { border-color: #B18EA0; }
span { border-color: rgb(177,142,160); }
td.TdClassName
{
border-color: #B18EA0;
}
.TagClassName
{
border-color: #B18EA0;
}
</style>