Shades of Bouquet #B1759C
Tints of Bouquet #B1759C
RGB
CMYK
RGB Variations
Color information
#B1759C (or 0xB1759C) is known color: Bouquet. HEX triplet: B1, 75 and 9C. RGB value is (177,117,156). Sum of RGB (Red+Green+Blue) = 177+117+156=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1759C is #4E8A63. Grayscale: #8B8B8B. Windows color (decimal): -5147236 or 10253745. OLE color: 10253745.
HSL color Cylindrical-coordinate representation of color #B1759C: hue angle of 321º 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 #B1759C is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 156 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.31 |
| HSL | 321º | 0.28% | 0.58% | - |
| HSV(B) | 321º | 0.34% | 0.69% | - |
| XYZ | 30.49 | 24.47 | 34.57 | - |
| YUV | 139.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 156 | 0 | 0.34 | 0.12 | 0.31 | 321 | 0.28 | 0.58 |
| Hex | B1 | 75 | 9C | 0 | 22 | C | 1F | 141 | 1C | 3A |
| Octal | 261 | 165 | 234 | 0 | 42 | 14 | 37 | 501 | 34 | 72 |
| Binary | 10110001 | 1110101 | 10011100 | 0 | 100010 | 1100 | 11111 | 101000001 | 11100 | 111010 |
Color Harmonies of #B1759C
Complementary color
Monochromatic Colors of #B1759C
Black with #B1759C
Text Example
Text Example
White with #B1759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1759C; }
p { color: rgb(177,117,156); }
H1.HeaderClassName
{
color: #B1759C;
}
.AnyTagClassName
{
color: #B1759C;
}
</style>
background-color css
<style>
a { background-color: #B1759C; }
a { background-color: rgb(177,117,156); }
div.DivClassName
{
background-color: #B1759C;
}
.BgClassName
{
background-color: #B1759C;
}
</style>
border-color css
<style>
span { border-color: #B1759C; }
span { border-color: rgb(177,117,156); }
td.TdClassName
{
border-color: #B1759C;
}
.TagClassName
{
border-color: #B1759C;
}
</style>