Shades of Bouquet #B47EA0
Tints of Bouquet #B47EA0
RGB
CMYK
RGB Variations
Color information
#B47EA0 (or 0xB47EA0) is known color: Bouquet. HEX triplet: B4, 7E and A0. RGB value is (180,126,160). Sum of RGB (Red+Green+Blue) = 180+126+160=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B47EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47EA0 is #4B815F. Grayscale: #919191. Windows color (decimal): -4948320 or 10518196. OLE color: 10518196.
HSL color Cylindrical-coordinate representation of color #B47EA0: hue angle of 322.22º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B47EA0 is Cyan = 0, Magento = 0.3, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 160 | - |
| CMYK | 0 | 0.3 | 0.11 | 0.29 |
| HSL | 322.22º | 0.26% | 0.6% | - |
| HSV(B) | 322.22º | 0.3% | 0.71% | - |
| XYZ | 32.63 | 27.16 | 36.78 | - |
| YUV | 146.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 160 | 0 | 0.3 | 0.11 | 0.29 | 322.22 | 0.26 | 0.6 |
| Hex | B4 | 7E | A0 | 0 | 1E | B | 1D | 142 | 1A | 3C |
| Octal | 264 | 176 | 240 | 0 | 36 | 13 | 35 | 502 | 32 | 74 |
| Binary | 10110100 | 1111110 | 10100000 | 0 | 11110 | 1011 | 11101 | 101000010 | 11010 | 111100 |
Color Harmonies of #B47EA0
Complementary color
Monochromatic Colors of #B47EA0
Black with #B47EA0
Text Example
Text Example
White with #B47EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47EA0; }
p { color: rgb(180,126,160); }
H1.HeaderClassName
{
color: #B47EA0;
}
.AnyTagClassName
{
color: #B47EA0;
}
</style>
background-color css
<style>
a { background-color: #B47EA0; }
a { background-color: rgb(180,126,160); }
div.DivClassName
{
background-color: #B47EA0;
}
.BgClassName
{
background-color: #B47EA0;
}
</style>
border-color css
<style>
span { border-color: #B47EA0; }
span { border-color: rgb(180,126,160); }
td.TdClassName
{
border-color: #B47EA0;
}
.TagClassName
{
border-color: #B47EA0;
}
</style>