Shades of Bouquet #B4729D
Tints of Bouquet #B4729D
RGB
CMYK
RGB Variations
Color information
#B4729D (or 0xB4729D) is known color: Bouquet. HEX triplet: B4, 72 and 9D. RGB value is (180,114,157). Sum of RGB (Red+Green+Blue) = 180+114+157=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4729D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4729D is #4B8D62. Grayscale: #8A8A8A. Windows color (decimal): -4951395 or 10318516. OLE color: 10318516.
HSL color Cylindrical-coordinate representation of color #B4729D: hue angle of 320.91º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4729D is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 114 | 157 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.29 |
| HSL | 320.91º | 0.31% | 0.58% | - |
| HSV(B) | 320.91º | 0.37% | 0.71% | - |
| XYZ | 30.93 | 24.17 | 34.93 | - |
| YUV | 138.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 157 | 0 | 0.37 | 0.13 | 0.29 | 320.91 | 0.31 | 0.58 |
| Hex | B4 | 72 | 9D | 0 | 25 | D | 1D | 141 | 1F | 3A |
| Octal | 264 | 162 | 235 | 0 | 45 | 15 | 35 | 501 | 37 | 72 |
| Binary | 10110100 | 1110010 | 10011101 | 0 | 100101 | 1101 | 11101 | 101000001 | 11111 | 111010 |
Color Harmonies of #B4729D
Complementary color
Monochromatic Colors of #B4729D
Black with #B4729D
Text Example
Text Example
White with #B4729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4729D; }
p { color: rgb(180,114,157); }
H1.HeaderClassName
{
color: #B4729D;
}
.AnyTagClassName
{
color: #B4729D;
}
</style>
background-color css
<style>
a { background-color: #B4729D; }
a { background-color: rgb(180,114,157); }
div.DivClassName
{
background-color: #B4729D;
}
.BgClassName
{
background-color: #B4729D;
}
</style>
border-color css
<style>
span { border-color: #B4729D; }
span { border-color: rgb(180,114,157); }
td.TdClassName
{
border-color: #B4729D;
}
.TagClassName
{
border-color: #B4729D;
}
</style>