Shades of Bouquet #B47E95
Tints of Bouquet #B47E95
RGB
CMYK
RGB Variations
Color information
#B47E95 (or 0xB47E95) is known color: Bouquet. HEX triplet: B4, 7E and 95. RGB value is (180,126,149). Sum of RGB (Red+Green+Blue) = 180+126+149=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E95 is #4B816A. Grayscale: #909090. Windows color (decimal): -4948331 or 9797300. OLE color: 9797300.
HSL color Cylindrical-coordinate representation of color #B47E95: hue angle of 334.44º 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 #B47E95 is Cyan = 0, Magento = 0.3, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 149 | - |
| CMYK | 0 | 0.3 | 0.17 | 0.29 |
| HSL | 334.44º | 0.26% | 0.6% | - |
| HSV(B) | 334.44º | 0.3% | 0.71% | - |
| XYZ | 31.71 | 26.79 | 31.93 | - |
| YUV | 144.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 149 | 0 | 0.3 | 0.17 | 0.29 | 334.44 | 0.26 | 0.6 |
| Hex | B4 | 7E | 95 | 0 | 1E | 11 | 1D | 14E | 1A | 3C |
| Octal | 264 | 176 | 225 | 0 | 36 | 21 | 35 | 516 | 32 | 74 |
| Binary | 10110100 | 1111110 | 10010101 | 0 | 11110 | 10001 | 11101 | 101001110 | 11010 | 111100 |
Color Harmonies of #B47E95
Complementary color
Monochromatic Colors of #B47E95
Black with #B47E95
Text Example
Text Example
White with #B47E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E95; }
p { color: rgb(180,126,149); }
H1.HeaderClassName
{
color: #B47E95;
}
.AnyTagClassName
{
color: #B47E95;
}
</style>
background-color css
<style>
a { background-color: #B47E95; }
a { background-color: rgb(180,126,149); }
div.DivClassName
{
background-color: #B47E95;
}
.BgClassName
{
background-color: #B47E95;
}
</style>
border-color css
<style>
span { border-color: #B47E95; }
span { border-color: rgb(180,126,149); }
td.TdClassName
{
border-color: #B47E95;
}
.TagClassName
{
border-color: #B47E95;
}
</style>