Shades of Bouquet #B1729C
Tints of Bouquet #B1729C
RGB
CMYK
RGB Variations
Color information
#B1729C (or 0xB1729C) is known color: Bouquet. HEX triplet: B1, 72 and 9C. RGB value is (177,114,156). Sum of RGB (Red+Green+Blue) = 177+114+156=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B1729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1729C is #4E8D63. Grayscale: #898989. Windows color (decimal): -5148004 or 10252977. OLE color: 10252977.
HSL color Cylindrical-coordinate representation of color #B1729C: hue angle of 320º 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 #B1729C is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 156 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.31 |
| HSL | 320º | 0.29% | 0.57% | - |
| HSV(B) | 320º | 0.36% | 0.69% | - |
| XYZ | 30.15 | 23.78 | 34.45 | - |
| YUV | 137.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 156 | 0 | 0.36 | 0.12 | 0.31 | 320 | 0.29 | 0.57 |
| Hex | B1 | 72 | 9C | 0 | 24 | C | 1F | 140 | 1D | 39 |
| Octal | 261 | 162 | 234 | 0 | 44 | 14 | 37 | 500 | 35 | 71 |
| Binary | 10110001 | 1110010 | 10011100 | 0 | 100100 | 1100 | 11111 | 101000000 | 11101 | 111001 |
Color Harmonies of #B1729C
Complementary color
Monochromatic Colors of #B1729C
Black with #B1729C
Text Example
Text Example
White with #B1729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1729C; }
p { color: rgb(177,114,156); }
H1.HeaderClassName
{
color: #B1729C;
}
.AnyTagClassName
{
color: #B1729C;
}
</style>
background-color css
<style>
a { background-color: #B1729C; }
a { background-color: rgb(177,114,156); }
div.DivClassName
{
background-color: #B1729C;
}
.BgClassName
{
background-color: #B1729C;
}
</style>
border-color css
<style>
span { border-color: #B1729C; }
span { border-color: rgb(177,114,156); }
td.TdClassName
{
border-color: #B1729C;
}
.TagClassName
{
border-color: #B1729C;
}
</style>