Shades of Bouquet #B58EA1
Tints of Bouquet #B58EA1
RGB
CMYK
RGB Variations
Color information
#B58EA1 (or 0xB58EA1) is known color: Bouquet. HEX triplet: B5, 8E and A1. RGB value is (181,142,161). Sum of RGB (Red+Green+Blue) = 181+142+161=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B58EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58EA1 is #4A715E. Grayscale: #9B9B9B. Windows color (decimal): -4878687 or 10587829. OLE color: 10587829.
HSL color Cylindrical-coordinate representation of color #B58EA1: hue angle of 330.77º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B58EA1 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 161 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.29 |
| HSL | 330.77º | 0.21% | 0.63% | - |
| HSV(B) | 330.77º | 0.22% | 0.71% | - |
| XYZ | 35.16 | 31.74 | 37.99 | - |
| YUV | 155.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 161 | 0 | 0.22 | 0.11 | 0.29 | 330.77 | 0.21 | 0.63 |
| Hex | B5 | 8E | A1 | 0 | 16 | B | 1D | 14B | 15 | 3F |
| Octal | 265 | 216 | 241 | 0 | 26 | 13 | 35 | 513 | 25 | 77 |
| Binary | 10110101 | 10001110 | 10100001 | 0 | 10110 | 1011 | 11101 | 101001011 | 10101 | 111111 |
Color Harmonies of #B58EA1
Complementary color
Monochromatic Colors of #B58EA1
Black with #B58EA1
Text Example
Text Example
White with #B58EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58EA1; }
p { color: rgb(181,142,161); }
H1.HeaderClassName
{
color: #B58EA1;
}
.AnyTagClassName
{
color: #B58EA1;
}
</style>
background-color css
<style>
a { background-color: #B58EA1; }
a { background-color: rgb(181,142,161); }
div.DivClassName
{
background-color: #B58EA1;
}
.BgClassName
{
background-color: #B58EA1;
}
</style>
border-color css
<style>
span { border-color: #B58EA1; }
span { border-color: rgb(181,142,161); }
td.TdClassName
{
border-color: #B58EA1;
}
.TagClassName
{
border-color: #B58EA1;
}
</style>