Shades of Bouquet #B1749B
Tints of Bouquet #B1749B
RGB
CMYK
RGB Variations
Color information
#B1749B (or 0xB1749B) is known color: Bouquet. HEX triplet: B1, 74 and 9B. RGB value is (177,116,155). Sum of RGB (Red+Green+Blue) = 177+116+155=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1749B is #4E8B64. Grayscale: #8A8A8A. Windows color (decimal): -5147493 or 10187953. OLE color: 10187953.
HSL color Cylindrical-coordinate representation of color #B1749B: hue angle of 321.64º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1749B is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 155 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.31 |
| HSL | 321.64º | 0.28% | 0.57% | - |
| HSV(B) | 321.64º | 0.34% | 0.69% | - |
| XYZ | 30.29 | 24.2 | 34.09 | - |
| YUV | 138.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 155 | 0 | 0.34 | 0.12 | 0.31 | 321.64 | 0.28 | 0.57 |
| Hex | B1 | 74 | 9B | 0 | 22 | C | 1F | 142 | 1C | 39 |
| Octal | 261 | 164 | 233 | 0 | 42 | 14 | 37 | 502 | 34 | 71 |
| Binary | 10110001 | 1110100 | 10011011 | 0 | 100010 | 1100 | 11111 | 101000010 | 11100 | 111001 |
Color Harmonies of #B1749B
Complementary color
Monochromatic Colors of #B1749B
Black with #B1749B
Text Example
Text Example
White with #B1749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1749B; }
p { color: rgb(177,116,155); }
H1.HeaderClassName
{
color: #B1749B;
}
.AnyTagClassName
{
color: #B1749B;
}
</style>
background-color css
<style>
a { background-color: #B1749B; }
a { background-color: rgb(177,116,155); }
div.DivClassName
{
background-color: #B1749B;
}
.BgClassName
{
background-color: #B1749B;
}
</style>
border-color css
<style>
span { border-color: #B1749B; }
span { border-color: rgb(177,116,155); }
td.TdClassName
{
border-color: #B1749B;
}
.TagClassName
{
border-color: #B1749B;
}
</style>