Shades of Bouquet #B1719A
Tints of Bouquet #B1719A
RGB
CMYK
RGB Variations
Color information
#B1719A (or 0xB1719A) is known color: Bouquet. HEX triplet: B1, 71 and 9A. RGB value is (177,113,154). Sum of RGB (Red+Green+Blue) = 177+113+154=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B1719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1719A is #4E8E65. Grayscale: #888888. Windows color (decimal): -5148262 or 10121649. OLE color: 10121649.
HSL color Cylindrical-coordinate representation of color #B1719A: hue angle of 321.56º 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 #B1719A is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 154 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.31 |
| HSL | 321.56º | 0.29% | 0.57% | - |
| HSV(B) | 321.56º | 0.36% | 0.69% | - |
| XYZ | 29.87 | 23.49 | 33.53 | - |
| YUV | 136.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 154 | 0 | 0.36 | 0.13 | 0.31 | 321.56 | 0.29 | 0.57 |
| Hex | B1 | 71 | 9A | 0 | 24 | D | 1F | 142 | 1D | 39 |
| Octal | 261 | 161 | 232 | 0 | 44 | 15 | 37 | 502 | 35 | 71 |
| Binary | 10110001 | 1110001 | 10011010 | 0 | 100100 | 1101 | 11111 | 101000010 | 11101 | 111001 |
Color Harmonies of #B1719A
Complementary color
Monochromatic Colors of #B1719A
Black with #B1719A
Text Example
Text Example
White with #B1719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1719A; }
p { color: rgb(177,113,154); }
H1.HeaderClassName
{
color: #B1719A;
}
.AnyTagClassName
{
color: #B1719A;
}
</style>
background-color css
<style>
a { background-color: #B1719A; }
a { background-color: rgb(177,113,154); }
div.DivClassName
{
background-color: #B1719A;
}
.BgClassName
{
background-color: #B1719A;
}
</style>
border-color css
<style>
span { border-color: #B1719A; }
span { border-color: rgb(177,113,154); }
td.TdClassName
{
border-color: #B1719A;
}
.TagClassName
{
border-color: #B1719A;
}
</style>