Shades of Bouquet #B47B9C
Tints of Bouquet #B47B9C
RGB
CMYK
RGB Variations
Color information
#B47B9C (or 0xB47B9C) is known color: Bouquet. HEX triplet: B4, 7B and 9C. RGB value is (180,123,156). Sum of RGB (Red+Green+Blue) = 180+123+156=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B9C is #4B8463. Grayscale: #8F8F8F. Windows color (decimal): -4949092 or 10255284. OLE color: 10255284.
HSL color Cylindrical-coordinate representation of color #B47B9C: hue angle of 325.26º 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 #B47B9C is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 156 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.29 |
| HSL | 325.26º | 0.28% | 0.59% | - |
| HSV(B) | 325.26º | 0.32% | 0.71% | - |
| XYZ | 31.91 | 26.27 | 34.84 | - |
| YUV | 143.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 156 | 0 | 0.32 | 0.13 | 0.29 | 325.26 | 0.28 | 0.59 |
| Hex | B4 | 7B | 9C | 0 | 20 | D | 1D | 145 | 1C | 3B |
| Octal | 264 | 173 | 234 | 0 | 40 | 15 | 35 | 505 | 34 | 73 |
| Binary | 10110100 | 1111011 | 10011100 | 0 | 100000 | 1101 | 11101 | 101000101 | 11100 | 111011 |
Color Harmonies of #B47B9C
Complementary color
Monochromatic Colors of #B47B9C
Black with #B47B9C
Text Example
Text Example
White with #B47B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B9C; }
p { color: rgb(180,123,156); }
H1.HeaderClassName
{
color: #B47B9C;
}
.AnyTagClassName
{
color: #B47B9C;
}
</style>
background-color css
<style>
a { background-color: #B47B9C; }
a { background-color: rgb(180,123,156); }
div.DivClassName
{
background-color: #B47B9C;
}
.BgClassName
{
background-color: #B47B9C;
}
</style>
border-color css
<style>
span { border-color: #B47B9C; }
span { border-color: rgb(180,123,156); }
td.TdClassName
{
border-color: #B47B9C;
}
.TagClassName
{
border-color: #B47B9C;
}
</style>