Shades of Bouquet #B1779D
Tints of Bouquet #B1779D
RGB
CMYK
RGB Variations
Color information
#B1779D (or 0xB1779D) is known color: Bouquet. HEX triplet: B1, 77 and 9D. RGB value is (177,119,157). Sum of RGB (Red+Green+Blue) = 177+119+157=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1779D is #4E8862. Grayscale: #8C8C8C. Windows color (decimal): -5146723 or 10319793. OLE color: 10319793.
HSL color Cylindrical-coordinate representation of color #B1779D: hue angle of 320.69º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1779D is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 157 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.31 |
| HSL | 320.69º | 0.27% | 0.58% | - |
| HSV(B) | 320.69º | 0.33% | 0.69% | - |
| XYZ | 30.81 | 24.98 | 35.09 | - |
| YUV | 140.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 157 | 0 | 0.33 | 0.11 | 0.31 | 320.69 | 0.27 | 0.58 |
| Hex | B1 | 77 | 9D | 0 | 21 | B | 1F | 141 | 1B | 3A |
| Octal | 261 | 167 | 235 | 0 | 41 | 13 | 37 | 501 | 33 | 72 |
| Binary | 10110001 | 1110111 | 10011101 | 0 | 100001 | 1011 | 11111 | 101000001 | 11011 | 111010 |
Color Harmonies of #B1779D
Complementary color
Monochromatic Colors of #B1779D
Black with #B1779D
Text Example
Text Example
White with #B1779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1779D; }
p { color: rgb(177,119,157); }
H1.HeaderClassName
{
color: #B1779D;
}
.AnyTagClassName
{
color: #B1779D;
}
</style>
background-color css
<style>
a { background-color: #B1779D; }
a { background-color: rgb(177,119,157); }
div.DivClassName
{
background-color: #B1779D;
}
.BgClassName
{
background-color: #B1779D;
}
</style>
border-color css
<style>
span { border-color: #B1779D; }
span { border-color: rgb(177,119,157); }
td.TdClassName
{
border-color: #B1779D;
}
.TagClassName
{
border-color: #B1779D;
}
</style>