Shades of Bouquet #B1759A
Tints of Bouquet #B1759A
RGB
CMYK
RGB Variations
Color information
#B1759A (or 0xB1759A) is known color: Bouquet. HEX triplet: B1, 75 and 9A. RGB value is (177,117,154). Sum of RGB (Red+Green+Blue) = 177+117+154=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1759A is #4E8A65. Grayscale: #8B8B8B. Windows color (decimal): -5147238 or 10122673. OLE color: 10122673.
HSL color Cylindrical-coordinate representation of color #B1759A: hue angle of 323º 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 #B1759A is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 154 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.31 |
| HSL | 323º | 0.28% | 0.58% | - |
| HSV(B) | 323º | 0.34% | 0.69% | - |
| XYZ | 30.33 | 24.4 | 33.68 | - |
| YUV | 139.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 154 | 0 | 0.34 | 0.13 | 0.31 | 323 | 0.28 | 0.58 |
| Hex | B1 | 75 | 9A | 0 | 22 | D | 1F | 143 | 1C | 3A |
| Octal | 261 | 165 | 232 | 0 | 42 | 15 | 37 | 503 | 34 | 72 |
| Binary | 10110001 | 1110101 | 10011010 | 0 | 100010 | 1101 | 11111 | 101000011 | 11100 | 111010 |
Color Harmonies of #B1759A
Complementary color
Monochromatic Colors of #B1759A
Black with #B1759A
Text Example
Text Example
White with #B1759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1759A; }
p { color: rgb(177,117,154); }
H1.HeaderClassName
{
color: #B1759A;
}
.AnyTagClassName
{
color: #B1759A;
}
</style>
background-color css
<style>
a { background-color: #B1759A; }
a { background-color: rgb(177,117,154); }
div.DivClassName
{
background-color: #B1759A;
}
.BgClassName
{
background-color: #B1759A;
}
</style>
border-color css
<style>
span { border-color: #B1759A; }
span { border-color: rgb(177,117,154); }
td.TdClassName
{
border-color: #B1759A;
}
.TagClassName
{
border-color: #B1759A;
}
</style>