Shades of Bouquet #B1739D
Tints of Bouquet #B1739D
RGB
CMYK
RGB Variations
Color information
#B1739D (or 0xB1739D) is known color: Bouquet. HEX triplet: B1, 73 and 9D. RGB value is (177,115,157). Sum of RGB (Red+Green+Blue) = 177+115+157=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1739D is #4E8C62. Grayscale: #8A8A8A. Windows color (decimal): -5147747 or 10318769. OLE color: 10318769.
HSL color Cylindrical-coordinate representation of color #B1739D: hue angle of 319.35º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1739D is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 157 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.31 |
| HSL | 319.35º | 0.28% | 0.57% | - |
| HSV(B) | 319.35º | 0.35% | 0.69% | - |
| XYZ | 30.35 | 24.04 | 34.94 | - |
| YUV | 138.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 157 | 0 | 0.35 | 0.11 | 0.31 | 319.35 | 0.28 | 0.57 |
| Hex | B1 | 73 | 9D | 0 | 23 | B | 1F | 13F | 1C | 39 |
| Octal | 261 | 163 | 235 | 0 | 43 | 13 | 37 | 477 | 34 | 71 |
| Binary | 10110001 | 1110011 | 10011101 | 0 | 100011 | 1011 | 11111 | 100111111 | 11100 | 111001 |
Color Harmonies of #B1739D
Complementary color
Monochromatic Colors of #B1739D
Black with #B1739D
Text Example
Text Example
White with #B1739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1739D; }
p { color: rgb(177,115,157); }
H1.HeaderClassName
{
color: #B1739D;
}
.AnyTagClassName
{
color: #B1739D;
}
</style>
background-color css
<style>
a { background-color: #B1739D; }
a { background-color: rgb(177,115,157); }
div.DivClassName
{
background-color: #B1739D;
}
.BgClassName
{
background-color: #B1739D;
}
</style>
border-color css
<style>
span { border-color: #B1739D; }
span { border-color: rgb(177,115,157); }
td.TdClassName
{
border-color: #B1739D;
}
.TagClassName
{
border-color: #B1739D;
}
</style>