Shades of Bouquet #B5779F
Tints of Bouquet #B5779F
RGB
CMYK
RGB Variations
Color information
#B5779F (or 0xB5779F) is known color: Bouquet. HEX triplet: B5, 77 and 9F. RGB value is (181,119,159). Sum of RGB (Red+Green+Blue) = 181+119+159=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B5779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5779F is #4A8860. Grayscale: #8E8E8E. Windows color (decimal): -4884577 or 10450869. OLE color: 10450869.
HSL color Cylindrical-coordinate representation of color #B5779F: hue angle of 321.29º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5779F is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 159 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.29 |
| HSL | 321.29º | 0.3% | 0.59% | - |
| HSV(B) | 321.29º | 0.34% | 0.71% | - |
| XYZ | 31.91 | 25.52 | 36.04 | - |
| YUV | 142.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 159 | 0 | 0.34 | 0.12 | 0.29 | 321.29 | 0.3 | 0.59 |
| Hex | B5 | 77 | 9F | 0 | 22 | C | 1D | 141 | 1E | 3B |
| Octal | 265 | 167 | 237 | 0 | 42 | 14 | 35 | 501 | 36 | 73 |
| Binary | 10110101 | 1110111 | 10011111 | 0 | 100010 | 1100 | 11101 | 101000001 | 11110 | 111011 |
Color Harmonies of #B5779F
Complementary color
Monochromatic Colors of #B5779F
Black with #B5779F
Text Example
Text Example
White with #B5779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5779F; }
p { color: rgb(181,119,159); }
H1.HeaderClassName
{
color: #B5779F;
}
.AnyTagClassName
{
color: #B5779F;
}
</style>
background-color css
<style>
a { background-color: #B5779F; }
a { background-color: rgb(181,119,159); }
div.DivClassName
{
background-color: #B5779F;
}
.BgClassName
{
background-color: #B5779F;
}
</style>
border-color css
<style>
span { border-color: #B5779F; }
span { border-color: rgb(181,119,159); }
td.TdClassName
{
border-color: #B5779F;
}
.TagClassName
{
border-color: #B5779F;
}
</style>