Shades of Bouquet #B8779B
Tints of Bouquet #B8779B
RGB
CMYK
RGB Variations
Color information
#B8779B (or 0xB8779B) is known color: Bouquet. HEX triplet: B8, 77 and 9B. RGB value is (184,119,155). Sum of RGB (Red+Green+Blue) = 184+119+155=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B8779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8779B is #478864. Grayscale: #8E8E8E. Windows color (decimal): -4687973 or 10188728. OLE color: 10188728.
HSL color Cylindrical-coordinate representation of color #B8779B: hue angle of 326.77º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8779B is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 155 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.28 |
| HSL | 326.77º | 0.31% | 0.59% | - |
| HSV(B) | 326.77º | 0.35% | 0.72% | - |
| XYZ | 32.28 | 25.75 | 34.28 | - |
| YUV | 142.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 155 | 0 | 0.35 | 0.16 | 0.28 | 326.77 | 0.31 | 0.59 |
| Hex | B8 | 77 | 9B | 0 | 23 | 10 | 1C | 147 | 1F | 3B |
| Octal | 270 | 167 | 233 | 0 | 43 | 20 | 34 | 507 | 37 | 73 |
| Binary | 10111000 | 1110111 | 10011011 | 0 | 100011 | 10000 | 11100 | 101000111 | 11111 | 111011 |
Color Harmonies of #B8779B
Complementary color
Monochromatic Colors of #B8779B
Black with #B8779B
Text Example
Text Example
White with #B8779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8779B; }
p { color: rgb(184,119,155); }
H1.HeaderClassName
{
color: #B8779B;
}
.AnyTagClassName
{
color: #B8779B;
}
</style>
background-color css
<style>
a { background-color: #B8779B; }
a { background-color: rgb(184,119,155); }
div.DivClassName
{
background-color: #B8779B;
}
.BgClassName
{
background-color: #B8779B;
}
</style>
border-color css
<style>
span { border-color: #B8779B; }
span { border-color: rgb(184,119,155); }
td.TdClassName
{
border-color: #B8779B;
}
.TagClassName
{
border-color: #B8779B;
}
</style>