Shades of Bouquet #B47CA0
Tints of Bouquet #B47CA0
RGB
CMYK
RGB Variations
Color information
#B47CA0 (or 0xB47CA0) is known color: Bouquet. HEX triplet: B4, 7C and A0. RGB value is (180,124,160). Sum of RGB (Red+Green+Blue) = 180+124+160=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B47CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47CA0 is #4B835F. Grayscale: #909090. Windows color (decimal): -4948832 or 10517684. OLE color: 10517684.
HSL color Cylindrical-coordinate representation of color #B47CA0: hue angle of 321.43º 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 #B47CA0 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 124 | 160 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.29 |
| HSL | 321.43º | 0.27% | 0.6% | - |
| HSV(B) | 321.43º | 0.31% | 0.71% | - |
| XYZ | 32.38 | 26.66 | 36.7 | - |
| YUV | 144.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 160 | 0 | 0.31 | 0.11 | 0.29 | 321.43 | 0.27 | 0.6 |
| Hex | B4 | 7C | A0 | 0 | 1F | B | 1D | 141 | 1B | 3C |
| Octal | 264 | 174 | 240 | 0 | 37 | 13 | 35 | 501 | 33 | 74 |
| Binary | 10110100 | 1111100 | 10100000 | 0 | 11111 | 1011 | 11101 | 101000001 | 11011 | 111100 |
Color Harmonies of #B47CA0
Complementary color
Monochromatic Colors of #B47CA0
Black with #B47CA0
Text Example
Text Example
White with #B47CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47CA0; }
p { color: rgb(180,124,160); }
H1.HeaderClassName
{
color: #B47CA0;
}
.AnyTagClassName
{
color: #B47CA0;
}
</style>
background-color css
<style>
a { background-color: #B47CA0; }
a { background-color: rgb(180,124,160); }
div.DivClassName
{
background-color: #B47CA0;
}
.BgClassName
{
background-color: #B47CA0;
}
</style>
border-color css
<style>
span { border-color: #B47CA0; }
span { border-color: rgb(180,124,160); }
td.TdClassName
{
border-color: #B47CA0;
}
.TagClassName
{
border-color: #B47CA0;
}
</style>