Shades of Bouquet #B1759F
Tints of Bouquet #B1759F
RGB
CMYK
RGB Variations
Color information
#B1759F (or 0xB1759F) is known color: Bouquet. HEX triplet: B1, 75 and 9F. RGB value is (177,117,159). Sum of RGB (Red+Green+Blue) = 177+117+159=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1759F is #4E8A60. Grayscale: #8B8B8B. Windows color (decimal): -5147233 or 10450353. OLE color: 10450353.
HSL color Cylindrical-coordinate representation of color #B1759F: hue angle of 318º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1759F is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 159 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.31 |
| HSL | 318º | 0.28% | 0.58% | - |
| HSV(B) | 318º | 0.34% | 0.69% | - |
| XYZ | 30.75 | 24.57 | 35.92 | - |
| YUV | 139.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 159 | 0 | 0.34 | 0.10 | 0.31 | 318 | 0.28 | 0.58 |
| Hex | B1 | 75 | 9F | 0 | 22 | A | 1F | 13E | 1C | 3A |
| Octal | 261 | 165 | 237 | 0 | 42 | 12 | 37 | 476 | 34 | 72 |
| Binary | 10110001 | 1110101 | 10011111 | 0 | 100010 | 1010 | 11111 | 100111110 | 11100 | 111010 |
Color Harmonies of #B1759F
Complementary color
Monochromatic Colors of #B1759F
Black with #B1759F
Text Example
Text Example
White with #B1759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1759F; }
p { color: rgb(177,117,159); }
H1.HeaderClassName
{
color: #B1759F;
}
.AnyTagClassName
{
color: #B1759F;
}
</style>
background-color css
<style>
a { background-color: #B1759F; }
a { background-color: rgb(177,117,159); }
div.DivClassName
{
background-color: #B1759F;
}
.BgClassName
{
background-color: #B1759F;
}
</style>
border-color css
<style>
span { border-color: #B1759F; }
span { border-color: rgb(177,117,159); }
td.TdClassName
{
border-color: #B1759F;
}
.TagClassName
{
border-color: #B1759F;
}
</style>