Shades of Bouquet #B47CA2
Tints of Bouquet #B47CA2
RGB
CMYK
RGB Variations
Color information
#B47CA2 (or 0xB47CA2) is known color: Bouquet. HEX triplet: B4, 7C and A2. RGB value is (180,124,162). Sum of RGB (Red+Green+Blue) = 180+124+162=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B47CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47CA2 is #4B835D. Grayscale: #909090. Windows color (decimal): -4948830 or 10648756. OLE color: 10648756.
HSL color Cylindrical-coordinate representation of color #B47CA2: hue angle of 319.29º 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 #B47CA2 is Cyan = 0, Magento = 0.31, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 124 | 162 | - |
| CMYK | 0 | 0.31 | 0.1 | 0.29 |
| HSL | 319.29º | 0.27% | 0.6% | - |
| HSV(B) | 319.29º | 0.31% | 0.71% | - |
| XYZ | 32.55 | 26.73 | 37.63 | - |
| YUV | 145.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 162 | 0 | 0.31 | 0.1 | 0.29 | 319.29 | 0.27 | 0.6 |
| Hex | B4 | 7C | A2 | 0 | 1F | A | 1D | 13F | 1B | 3C |
| Octal | 264 | 174 | 242 | 0 | 37 | 12 | 35 | 477 | 33 | 74 |
| Binary | 10110100 | 1111100 | 10100010 | 0 | 11111 | 1010 | 11101 | 100111111 | 11011 | 111100 |
Color Harmonies of #B47CA2
Complementary color
Monochromatic Colors of #B47CA2
Black with #B47CA2
Text Example
Text Example
White with #B47CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47CA2; }
p { color: rgb(180,124,162); }
H1.HeaderClassName
{
color: #B47CA2;
}
.AnyTagClassName
{
color: #B47CA2;
}
</style>
background-color css
<style>
a { background-color: #B47CA2; }
a { background-color: rgb(180,124,162); }
div.DivClassName
{
background-color: #B47CA2;
}
.BgClassName
{
background-color: #B47CA2;
}
</style>
border-color css
<style>
span { border-color: #B47CA2; }
span { border-color: rgb(180,124,162); }
td.TdClassName
{
border-color: #B47CA2;
}
.TagClassName
{
border-color: #B47CA2;
}
</style>