Shades of Bouquet #B3729D
Tints of Bouquet #B3729D
RGB
CMYK
RGB Variations
Color information
#B3729D (or 0xB3729D) is known color: Bouquet. HEX triplet: B3, 72 and 9D. RGB value is (179,114,157). Sum of RGB (Red+Green+Blue) = 179+114+157=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B3729D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3729D is #4C8D62. Grayscale: #8A8A8A. Windows color (decimal): -5016931 or 10318515. OLE color: 10318515.
HSL color Cylindrical-coordinate representation of color #B3729D: hue angle of 320.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3729D is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 157 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.30 |
| HSL | 320.31º | 0.3% | 0.57% | - |
| HSV(B) | 320.31º | 0.36% | 0.7% | - |
| XYZ | 30.69 | 24.05 | 34.92 | - |
| YUV | 138.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 157 | 0 | 0.36 | 0.12 | 0.30 | 320.31 | 0.3 | 0.57 |
| Hex | B3 | 72 | 9D | 0 | 24 | C | 1E | 140 | 1E | 39 |
| Octal | 263 | 162 | 235 | 0 | 44 | 14 | 36 | 500 | 36 | 71 |
| Binary | 10110011 | 1110010 | 10011101 | 0 | 100100 | 1100 | 11110 | 101000000 | 11110 | 111001 |
Color Harmonies of #B3729D
Complementary color
Monochromatic Colors of #B3729D
Black with #B3729D
Text Example
Text Example
White with #B3729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3729D; }
p { color: rgb(179,114,157); }
H1.HeaderClassName
{
color: #B3729D;
}
.AnyTagClassName
{
color: #B3729D;
}
</style>
background-color css
<style>
a { background-color: #B3729D; }
a { background-color: rgb(179,114,157); }
div.DivClassName
{
background-color: #B3729D;
}
.BgClassName
{
background-color: #B3729D;
}
</style>
border-color css
<style>
span { border-color: #B3729D; }
span { border-color: rgb(179,114,157); }
td.TdClassName
{
border-color: #B3729D;
}
.TagClassName
{
border-color: #B3729D;
}
</style>