Shades of Bouquet #B47B9A
Tints of Bouquet #B47B9A
RGB
CMYK
RGB Variations
Color information
#B47B9A (or 0xB47B9A) is known color: Bouquet. HEX triplet: B4, 7B and 9A. RGB value is (180,123,154). Sum of RGB (Red+Green+Blue) = 180+123+154=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B9A is #4B8465. Grayscale: #8F8F8F. Windows color (decimal): -4949094 or 10124212. OLE color: 10124212.
HSL color Cylindrical-coordinate representation of color #B47B9A: hue angle of 327.37º 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 #B47B9A is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 154 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.29 |
| HSL | 327.37º | 0.28% | 0.59% | - |
| HSV(B) | 327.37º | 0.32% | 0.71% | - |
| XYZ | 31.74 | 26.2 | 33.96 | - |
| YUV | 143.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 154 | 0 | 0.32 | 0.14 | 0.29 | 327.37 | 0.28 | 0.59 |
| Hex | B4 | 7B | 9A | 0 | 20 | E | 1D | 147 | 1C | 3B |
| Octal | 264 | 173 | 232 | 0 | 40 | 16 | 35 | 507 | 34 | 73 |
| Binary | 10110100 | 1111011 | 10011010 | 0 | 100000 | 1110 | 11101 | 101000111 | 11100 | 111011 |
Color Harmonies of #B47B9A
Complementary color
Monochromatic Colors of #B47B9A
Black with #B47B9A
Text Example
Text Example
White with #B47B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B9A; }
p { color: rgb(180,123,154); }
H1.HeaderClassName
{
color: #B47B9A;
}
.AnyTagClassName
{
color: #B47B9A;
}
</style>
background-color css
<style>
a { background-color: #B47B9A; }
a { background-color: rgb(180,123,154); }
div.DivClassName
{
background-color: #B47B9A;
}
.BgClassName
{
background-color: #B47B9A;
}
</style>
border-color css
<style>
span { border-color: #B47B9A; }
span { border-color: rgb(180,123,154); }
td.TdClassName
{
border-color: #B47B9A;
}
.TagClassName
{
border-color: #B47B9A;
}
</style>