Shades of Bouquet #B47B94
Tints of Bouquet #B47B94
RGB
CMYK
RGB Variations
Color information
#B47B94 (or 0xB47B94) is known color: Bouquet. HEX triplet: B4, 7B and 94. RGB value is (180,123,148). Sum of RGB (Red+Green+Blue) = 180+123+148=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B94 is #4B846B. Grayscale: #8E8E8E. Windows color (decimal): -4949100 or 9730996. OLE color: 9730996.
HSL color Cylindrical-coordinate representation of color #B47B94: hue angle of 333.68º 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 #B47B94 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 148 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.29 |
| HSL | 333.68º | 0.28% | 0.59% | - |
| HSV(B) | 333.68º | 0.32% | 0.71% | - |
| XYZ | 31.25 | 26.01 | 31.39 | - |
| YUV | 142.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 148 | 0 | 0.32 | 0.18 | 0.29 | 333.68 | 0.28 | 0.59 |
| Hex | B4 | 7B | 94 | 0 | 20 | 12 | 1D | 14E | 1C | 3B |
| Octal | 264 | 173 | 224 | 0 | 40 | 22 | 35 | 516 | 34 | 73 |
| Binary | 10110100 | 1111011 | 10010100 | 0 | 100000 | 10010 | 11101 | 101001110 | 11100 | 111011 |
Color Harmonies of #B47B94
Complementary color
Monochromatic Colors of #B47B94
Black with #B47B94
Text Example
Text Example
White with #B47B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B94; }
p { color: rgb(180,123,148); }
H1.HeaderClassName
{
color: #B47B94;
}
.AnyTagClassName
{
color: #B47B94;
}
</style>
background-color css
<style>
a { background-color: #B47B94; }
a { background-color: rgb(180,123,148); }
div.DivClassName
{
background-color: #B47B94;
}
.BgClassName
{
background-color: #B47B94;
}
</style>
border-color css
<style>
span { border-color: #B47B94; }
span { border-color: rgb(180,123,148); }
td.TdClassName
{
border-color: #B47B94;
}
.TagClassName
{
border-color: #B47B94;
}
</style>