Shades of Bouquet #B47AA2
Tints of Bouquet #B47AA2
RGB
CMYK
RGB Variations
Color information
#B47AA2 (or 0xB47AA2) is known color: Bouquet. HEX triplet: B4, 7A and A2. RGB value is (180,122,162). Sum of RGB (Red+Green+Blue) = 180+122+162=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47AA2 is #4B855D. Grayscale: #8F8F8F. Windows color (decimal): -4949342 or 10648244. OLE color: 10648244.
HSL color Cylindrical-coordinate representation of color #B47AA2: hue angle of 318.62º 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 #B47AA2 is Cyan = 0, Magento = 0.32, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 162 | - |
| CMYK | 0 | 0.32 | 0.1 | 0.29 |
| HSL | 318.62º | 0.28% | 0.59% | - |
| HSV(B) | 318.62º | 0.32% | 0.71% | - |
| XYZ | 32.3 | 26.23 | 37.54 | - |
| YUV | 143.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 162 | 0 | 0.32 | 0.1 | 0.29 | 318.62 | 0.28 | 0.59 |
| Hex | B4 | 7A | A2 | 0 | 20 | A | 1D | 13F | 1C | 3B |
| Octal | 264 | 172 | 242 | 0 | 40 | 12 | 35 | 477 | 34 | 73 |
| Binary | 10110100 | 1111010 | 10100010 | 0 | 100000 | 1010 | 11101 | 100111111 | 11100 | 111011 |
Color Harmonies of #B47AA2
Complementary color
Monochromatic Colors of #B47AA2
Black with #B47AA2
Text Example
Text Example
White with #B47AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47AA2; }
p { color: rgb(180,122,162); }
H1.HeaderClassName
{
color: #B47AA2;
}
.AnyTagClassName
{
color: #B47AA2;
}
</style>
background-color css
<style>
a { background-color: #B47AA2; }
a { background-color: rgb(180,122,162); }
div.DivClassName
{
background-color: #B47AA2;
}
.BgClassName
{
background-color: #B47AA2;
}
</style>
border-color css
<style>
span { border-color: #B47AA2; }
span { border-color: rgb(180,122,162); }
td.TdClassName
{
border-color: #B47AA2;
}
.TagClassName
{
border-color: #B47AA2;
}
</style>