Shades of Bouquet #B47899
Tints of Bouquet #B47899
RGB
CMYK
RGB Variations
Color information
#B47899 (or 0xB47899) is known color: Bouquet. HEX triplet: B4, 78 and 99. RGB value is (180,120,153). Sum of RGB (Red+Green+Blue) = 180+120+153=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B47899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47899 is #4B8766. Grayscale: #8D8D8D. Windows color (decimal): -4949863 or 10057908. OLE color: 10057908.
HSL color Cylindrical-coordinate representation of color #B47899: hue angle of 327º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B47899 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 153 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.29 |
| HSL | 327º | 0.29% | 0.59% | - |
| HSV(B) | 327º | 0.33% | 0.71% | - |
| XYZ | 31.29 | 25.44 | 33.4 | - |
| YUV | 141.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 153 | 0 | 0.33 | 0.15 | 0.29 | 327 | 0.29 | 0.59 |
| Hex | B4 | 78 | 99 | 0 | 21 | F | 1D | 147 | 1D | 3B |
| Octal | 264 | 170 | 231 | 0 | 41 | 17 | 35 | 507 | 35 | 73 |
| Binary | 10110100 | 1111000 | 10011001 | 0 | 100001 | 1111 | 11101 | 101000111 | 11101 | 111011 |
Color Harmonies of #B47899
Complementary color
Monochromatic Colors of #B47899
Black with #B47899
Text Example
Text Example
White with #B47899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47899; }
p { color: rgb(180,120,153); }
H1.HeaderClassName
{
color: #B47899;
}
.AnyTagClassName
{
color: #B47899;
}
</style>
background-color css
<style>
a { background-color: #B47899; }
a { background-color: rgb(180,120,153); }
div.DivClassName
{
background-color: #B47899;
}
.BgClassName
{
background-color: #B47899;
}
</style>
border-color css
<style>
span { border-color: #B47899; }
span { border-color: rgb(180,120,153); }
td.TdClassName
{
border-color: #B47899;
}
.TagClassName
{
border-color: #B47899;
}
</style>