Shades of Bouquet #B1729D
Tints of Bouquet #B1729D
RGB
CMYK
RGB Variations
Color information
#B1729D (or 0xB1729D) is known color: Bouquet. HEX triplet: B1, 72 and 9D. RGB value is (177,114,157). Sum of RGB (Red+Green+Blue) = 177+114+157=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1729D is #4E8D62. Grayscale: #898989. Windows color (decimal): -5148003 or 10318513. OLE color: 10318513.
HSL color Cylindrical-coordinate representation of color #B1729D: hue angle of 319.05º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1729D is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 157 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.31 |
| HSL | 319.05º | 0.29% | 0.57% | - |
| HSV(B) | 319.05º | 0.36% | 0.69% | - |
| XYZ | 30.23 | 23.82 | 34.9 | - |
| YUV | 137.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 157 | 0 | 0.36 | 0.11 | 0.31 | 319.05 | 0.29 | 0.57 |
| Hex | B1 | 72 | 9D | 0 | 24 | B | 1F | 13F | 1D | 39 |
| Octal | 261 | 162 | 235 | 0 | 44 | 13 | 37 | 477 | 35 | 71 |
| Binary | 10110001 | 1110010 | 10011101 | 0 | 100100 | 1011 | 11111 | 100111111 | 11101 | 111001 |
Color Harmonies of #B1729D
Complementary color
Monochromatic Colors of #B1729D
Black with #B1729D
Text Example
Text Example
White with #B1729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1729D; }
p { color: rgb(177,114,157); }
H1.HeaderClassName
{
color: #B1729D;
}
.AnyTagClassName
{
color: #B1729D;
}
</style>
background-color css
<style>
a { background-color: #B1729D; }
a { background-color: rgb(177,114,157); }
div.DivClassName
{
background-color: #B1729D;
}
.BgClassName
{
background-color: #B1729D;
}
</style>
border-color css
<style>
span { border-color: #B1729D; }
span { border-color: rgb(177,114,157); }
td.TdClassName
{
border-color: #B1729D;
}
.TagClassName
{
border-color: #B1729D;
}
</style>