Shades of Bouquet #B47697
Tints of Bouquet #B47697
RGB
CMYK
RGB Variations
Color information
#B47697 (or 0xB47697) is known color: Bouquet. HEX triplet: B4, 76 and 97. RGB value is (180,118,151). Sum of RGB (Red+Green+Blue) = 180+118+151=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B47697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47697 is #4B8968. Grayscale: #8C8C8C. Windows color (decimal): -4950377 or 9926324. OLE color: 9926324.
HSL color Cylindrical-coordinate representation of color #B47697: hue angle of 328.06º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47697 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 151 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.29 |
| HSL | 328.06º | 0.29% | 0.58% | - |
| HSV(B) | 328.06º | 0.34% | 0.71% | - |
| XYZ | 30.89 | 24.89 | 32.46 | - |
| YUV | 140.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 151 | 0 | 0.34 | 0.16 | 0.29 | 328.06 | 0.29 | 0.58 |
| Hex | B4 | 76 | 97 | 0 | 22 | 10 | 1D | 148 | 1D | 3A |
| Octal | 264 | 166 | 227 | 0 | 42 | 20 | 35 | 510 | 35 | 72 |
| Binary | 10110100 | 1110110 | 10010111 | 0 | 100010 | 10000 | 11101 | 101001000 | 11101 | 111010 |
Color Harmonies of #B47697
Complementary color
Monochromatic Colors of #B47697
Black with #B47697
Text Example
Text Example
White with #B47697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47697; }
p { color: rgb(180,118,151); }
H1.HeaderClassName
{
color: #B47697;
}
.AnyTagClassName
{
color: #B47697;
}
</style>
background-color css
<style>
a { background-color: #B47697; }
a { background-color: rgb(180,118,151); }
div.DivClassName
{
background-color: #B47697;
}
.BgClassName
{
background-color: #B47697;
}
</style>
border-color css
<style>
span { border-color: #B47697; }
span { border-color: rgb(180,118,151); }
td.TdClassName
{
border-color: #B47697;
}
.TagClassName
{
border-color: #B47697;
}
</style>