Shades of Bouquet #B47BA6
Tints of Bouquet #B47BA6
RGB
CMYK
RGB Variations
Color information
#B47BA6 (or 0xB47BA6) is known color: Bouquet. HEX triplet: B4, 7B and A6. RGB value is (180,123,166). Sum of RGB (Red+Green+Blue) = 180+123+166=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B47BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47BA6 is #4B8459. Grayscale: #909090. Windows color (decimal): -4949082 or 10910644. OLE color: 10910644.
HSL color Cylindrical-coordinate representation of color #B47BA6: hue angle of 314.74º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47BA6 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 166 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.29 |
| HSL | 314.74º | 0.28% | 0.59% | - |
| HSV(B) | 314.74º | 0.32% | 0.71% | - |
| XYZ | 32.79 | 26.62 | 39.49 | - |
| YUV | 144.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 166 | 0 | 0.32 | 0.08 | 0.29 | 314.74 | 0.28 | 0.59 |
| Hex | B4 | 7B | A6 | 0 | 20 | 8 | 1D | 13B | 1C | 3B |
| Octal | 264 | 173 | 246 | 0 | 40 | 10 | 35 | 473 | 34 | 73 |
| Binary | 10110100 | 1111011 | 10100110 | 0 | 100000 | 1000 | 11101 | 100111011 | 11100 | 111011 |
Color Harmonies of #B47BA6
Complementary color
Monochromatic Colors of #B47BA6
Black with #B47BA6
Text Example
Text Example
White with #B47BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47BA6; }
p { color: rgb(180,123,166); }
H1.HeaderClassName
{
color: #B47BA6;
}
.AnyTagClassName
{
color: #B47BA6;
}
</style>
background-color css
<style>
a { background-color: #B47BA6; }
a { background-color: rgb(180,123,166); }
div.DivClassName
{
background-color: #B47BA6;
}
.BgClassName
{
background-color: #B47BA6;
}
</style>
border-color css
<style>
span { border-color: #B47BA6; }
span { border-color: rgb(180,123,166); }
td.TdClassName
{
border-color: #B47BA6;
}
.TagClassName
{
border-color: #B47BA6;
}
</style>