Shades of Bouquet #B47AA5
Tints of Bouquet #B47AA5
RGB
CMYK
RGB Variations
Color information
#B47AA5 (or 0xB47AA5) is known color: Bouquet. HEX triplet: B4, 7A and A5. RGB value is (180,122,165). Sum of RGB (Red+Green+Blue) = 180+122+165=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47AA5 is #4B855A. Grayscale: #909090. Windows color (decimal): -4949339 or 10844852. OLE color: 10844852.
HSL color Cylindrical-coordinate representation of color #B47AA5: hue angle of 315.52º 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 #B47AA5 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 165 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.29 |
| HSL | 315.52º | 0.28% | 0.59% | - |
| HSV(B) | 315.52º | 0.32% | 0.71% | - |
| XYZ | 32.57 | 26.34 | 38.96 | - |
| YUV | 144.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 165 | 0 | 0.32 | 0.08 | 0.29 | 315.52 | 0.28 | 0.59 |
| Hex | B4 | 7A | A5 | 0 | 20 | 8 | 1D | 13C | 1C | 3B |
| Octal | 264 | 172 | 245 | 0 | 40 | 10 | 35 | 474 | 34 | 73 |
| Binary | 10110100 | 1111010 | 10100101 | 0 | 100000 | 1000 | 11101 | 100111100 | 11100 | 111011 |
Color Harmonies of #B47AA5
Complementary color
Monochromatic Colors of #B47AA5
Black with #B47AA5
Text Example
Text Example
White with #B47AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47AA5; }
p { color: rgb(180,122,165); }
H1.HeaderClassName
{
color: #B47AA5;
}
.AnyTagClassName
{
color: #B47AA5;
}
</style>
background-color css
<style>
a { background-color: #B47AA5; }
a { background-color: rgb(180,122,165); }
div.DivClassName
{
background-color: #B47AA5;
}
.BgClassName
{
background-color: #B47AA5;
}
</style>
border-color css
<style>
span { border-color: #B47AA5; }
span { border-color: rgb(180,122,165); }
td.TdClassName
{
border-color: #B47AA5;
}
.TagClassName
{
border-color: #B47AA5;
}
</style>