Shades of Bouquet #B47599
Tints of Bouquet #B47599
RGB
CMYK
RGB Variations
Color information
#B47599 (or 0xB47599) is known color: Bouquet. HEX triplet: B4, 75 and 99. RGB value is (180,117,153). Sum of RGB (Red+Green+Blue) = 180+117+153=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B47599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47599 is #4B8A66. Grayscale: #8B8B8B. Windows color (decimal): -4950631 or 10057140. OLE color: 10057140.
HSL color Cylindrical-coordinate representation of color #B47599: hue angle of 325.71º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B47599 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 153 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.29 |
| HSL | 325.71º | 0.3% | 0.58% | - |
| HSV(B) | 325.71º | 0.35% | 0.71% | - |
| XYZ | 30.93 | 24.73 | 33.28 | - |
| YUV | 139.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 153 | 0 | 0.35 | 0.15 | 0.29 | 325.71 | 0.3 | 0.58 |
| Hex | B4 | 75 | 99 | 0 | 23 | F | 1D | 146 | 1E | 3A |
| Octal | 264 | 165 | 231 | 0 | 43 | 17 | 35 | 506 | 36 | 72 |
| Binary | 10110100 | 1110101 | 10011001 | 0 | 100011 | 1111 | 11101 | 101000110 | 11110 | 111010 |
Color Harmonies of #B47599
Complementary color
Monochromatic Colors of #B47599
Black with #B47599
Text Example
Text Example
White with #B47599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47599; }
p { color: rgb(180,117,153); }
H1.HeaderClassName
{
color: #B47599;
}
.AnyTagClassName
{
color: #B47599;
}
</style>
background-color css
<style>
a { background-color: #B47599; }
a { background-color: rgb(180,117,153); }
div.DivClassName
{
background-color: #B47599;
}
.BgClassName
{
background-color: #B47599;
}
</style>
border-color css
<style>
span { border-color: #B47599; }
span { border-color: rgb(180,117,153); }
td.TdClassName
{
border-color: #B47599;
}
.TagClassName
{
border-color: #B47599;
}
</style>