Shades of Bouquet #B5779B
Tints of Bouquet #B5779B
RGB
CMYK
RGB Variations
Color information
#B5779B (or 0xB5779B) is known color: Bouquet. HEX triplet: B5, 77 and 9B. RGB value is (181,119,155). Sum of RGB (Red+Green+Blue) = 181+119+155=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5779B is #4A8864. Grayscale: #8D8D8D. Windows color (decimal): -4884581 or 10188725. OLE color: 10188725.
HSL color Cylindrical-coordinate representation of color #B5779B: hue angle of 325.16º 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 #B5779B is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 155 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.29 |
| HSL | 325.16º | 0.3% | 0.59% | - |
| HSV(B) | 325.16º | 0.34% | 0.71% | - |
| XYZ | 31.57 | 25.38 | 34.25 | - |
| YUV | 141.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 155 | 0 | 0.34 | 0.14 | 0.29 | 325.16 | 0.3 | 0.59 |
| Hex | B5 | 77 | 9B | 0 | 22 | E | 1D | 145 | 1E | 3B |
| Octal | 265 | 167 | 233 | 0 | 42 | 16 | 35 | 505 | 36 | 73 |
| Binary | 10110101 | 1110111 | 10011011 | 0 | 100010 | 1110 | 11101 | 101000101 | 11110 | 111011 |
Color Harmonies of #B5779B
Complementary color
Monochromatic Colors of #B5779B
Black with #B5779B
Text Example
Text Example
White with #B5779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5779B; }
p { color: rgb(181,119,155); }
H1.HeaderClassName
{
color: #B5779B;
}
.AnyTagClassName
{
color: #B5779B;
}
</style>
background-color css
<style>
a { background-color: #B5779B; }
a { background-color: rgb(181,119,155); }
div.DivClassName
{
background-color: #B5779B;
}
.BgClassName
{
background-color: #B5779B;
}
</style>
border-color css
<style>
span { border-color: #B5779B; }
span { border-color: rgb(181,119,155); }
td.TdClassName
{
border-color: #B5779B;
}
.TagClassName
{
border-color: #B5779B;
}
</style>