Shades of Bouquet #B47A9E
Tints of Bouquet #B47A9E
RGB
CMYK
RGB Variations
Color information
#B47A9E (or 0xB47A9E) is known color: Bouquet. HEX triplet: B4, 7A and 9E. RGB value is (180,122,158). Sum of RGB (Red+Green+Blue) = 180+122+158=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A9E is #4B8561. Grayscale: #8F8F8F. Windows color (decimal): -4949346 or 10386100. OLE color: 10386100.
HSL color Cylindrical-coordinate representation of color #B47A9E: hue angle of 322.76º 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 #B47A9E is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 158 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.29 |
| HSL | 322.76º | 0.28% | 0.59% | - |
| HSV(B) | 322.76º | 0.32% | 0.71% | - |
| XYZ | 31.95 | 26.09 | 35.7 | - |
| YUV | 143.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 158 | 0 | 0.32 | 0.12 | 0.29 | 322.76 | 0.28 | 0.59 |
| Hex | B4 | 7A | 9E | 0 | 20 | C | 1D | 143 | 1C | 3B |
| Octal | 264 | 172 | 236 | 0 | 40 | 14 | 35 | 503 | 34 | 73 |
| Binary | 10110100 | 1111010 | 10011110 | 0 | 100000 | 1100 | 11101 | 101000011 | 11100 | 111011 |
Color Harmonies of #B47A9E
Complementary color
Monochromatic Colors of #B47A9E
Black with #B47A9E
Text Example
Text Example
White with #B47A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A9E; }
p { color: rgb(180,122,158); }
H1.HeaderClassName
{
color: #B47A9E;
}
.AnyTagClassName
{
color: #B47A9E;
}
</style>
background-color css
<style>
a { background-color: #B47A9E; }
a { background-color: rgb(180,122,158); }
div.DivClassName
{
background-color: #B47A9E;
}
.BgClassName
{
background-color: #B47A9E;
}
</style>
border-color css
<style>
span { border-color: #B47A9E; }
span { border-color: rgb(180,122,158); }
td.TdClassName
{
border-color: #B47A9E;
}
.TagClassName
{
border-color: #B47A9E;
}
</style>