Shades of Bouquet #B58EA2
Tints of Bouquet #B58EA2
RGB
CMYK
RGB Variations
Color information
#B58EA2 (or 0xB58EA2) is known color: Bouquet. HEX triplet: B5, 8E and A2. RGB value is (181,142,162). Sum of RGB (Red+Green+Blue) = 181+142+162=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B58EA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58EA2 is #4A715D. Grayscale: #9B9B9B. Windows color (decimal): -4878686 or 10653365. OLE color: 10653365.
HSL color Cylindrical-coordinate representation of color #B58EA2: hue angle of 329.23º 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 #B58EA2 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 162 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.29 |
| HSL | 329.23º | 0.21% | 0.63% | - |
| HSV(B) | 329.23º | 0.22% | 0.71% | - |
| XYZ | 35.25 | 31.78 | 38.46 | - |
| YUV | 155.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 162 | 0 | 0.22 | 0.10 | 0.29 | 329.23 | 0.21 | 0.63 |
| Hex | B5 | 8E | A2 | 0 | 16 | A | 1D | 149 | 15 | 3F |
| Octal | 265 | 216 | 242 | 0 | 26 | 12 | 35 | 511 | 25 | 77 |
| Binary | 10110101 | 10001110 | 10100010 | 0 | 10110 | 1010 | 11101 | 101001001 | 10101 | 111111 |
Color Harmonies of #B58EA2
Complementary color
Monochromatic Colors of #B58EA2
Black with #B58EA2
Text Example
Text Example
White with #B58EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58EA2; }
p { color: rgb(181,142,162); }
H1.HeaderClassName
{
color: #B58EA2;
}
.AnyTagClassName
{
color: #B58EA2;
}
</style>
background-color css
<style>
a { background-color: #B58EA2; }
a { background-color: rgb(181,142,162); }
div.DivClassName
{
background-color: #B58EA2;
}
.BgClassName
{
background-color: #B58EA2;
}
</style>
border-color css
<style>
span { border-color: #B58EA2; }
span { border-color: rgb(181,142,162); }
td.TdClassName
{
border-color: #B58EA2;
}
.TagClassName
{
border-color: #B58EA2;
}
</style>