Shades of Bouquet #B47C9F
Tints of Bouquet #B47C9F
RGB
CMYK
RGB Variations
Color information
#B47C9F (or 0xB47C9F) is known color: Bouquet. HEX triplet: B4, 7C and 9F. RGB value is (180,124,159). Sum of RGB (Red+Green+Blue) = 180+124+159=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C9F is #4B8360. Grayscale: #909090. Windows color (decimal): -4948833 or 10452148. OLE color: 10452148.
HSL color Cylindrical-coordinate representation of color #B47C9F: hue angle of 322.5º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B47C9F is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 124 | 159 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.29 |
| HSL | 322.5º | 0.27% | 0.6% | - |
| HSV(B) | 322.5º | 0.31% | 0.71% | - |
| XYZ | 32.29 | 26.62 | 36.24 | - |
| YUV | 144.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 159 | 0 | 0.31 | 0.12 | 0.29 | 322.5 | 0.27 | 0.6 |
| Hex | B4 | 7C | 9F | 0 | 1F | C | 1D | 142 | 1B | 3C |
| Octal | 264 | 174 | 237 | 0 | 37 | 14 | 35 | 502 | 33 | 74 |
| Binary | 10110100 | 1111100 | 10011111 | 0 | 11111 | 1100 | 11101 | 101000010 | 11011 | 111100 |
Color Harmonies of #B47C9F
Complementary color
Monochromatic Colors of #B47C9F
Black with #B47C9F
Text Example
Text Example
White with #B47C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47C9F; }
p { color: rgb(180,124,159); }
H1.HeaderClassName
{
color: #B47C9F;
}
.AnyTagClassName
{
color: #B47C9F;
}
</style>
background-color css
<style>
a { background-color: #B47C9F; }
a { background-color: rgb(180,124,159); }
div.DivClassName
{
background-color: #B47C9F;
}
.BgClassName
{
background-color: #B47C9F;
}
</style>
border-color css
<style>
span { border-color: #B47C9F; }
span { border-color: rgb(180,124,159); }
td.TdClassName
{
border-color: #B47C9F;
}
.TagClassName
{
border-color: #B47C9F;
}
</style>