Shades of Bouquet #B0779D
Tints of Bouquet #B0779D
RGB
CMYK
RGB Variations
Color information
#B0779D (or 0xB0779D) is known color: Bouquet. HEX triplet: B0, 77 and 9D. RGB value is (176,119,157). Sum of RGB (Red+Green+Blue) = 176+119+157=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0779D is #4F8862. Grayscale: #8C8C8C. Windows color (decimal): -5212259 or 10319792. OLE color: 10319792.
HSL color Cylindrical-coordinate representation of color #B0779D: hue angle of 320º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0779D is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 157 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.31 |
| HSL | 320º | 0.27% | 0.58% | - |
| HSV(B) | 320º | 0.32% | 0.69% | - |
| XYZ | 30.59 | 24.86 | 35.08 | - |
| YUV | 140.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 157 | 0 | 0.32 | 0.11 | 0.31 | 320 | 0.27 | 0.58 |
| Hex | B0 | 77 | 9D | 0 | 20 | B | 1F | 140 | 1B | 3A |
| Octal | 260 | 167 | 235 | 0 | 40 | 13 | 37 | 500 | 33 | 72 |
| Binary | 10110000 | 1110111 | 10011101 | 0 | 100000 | 1011 | 11111 | 101000000 | 11011 | 111010 |
Color Harmonies of #B0779D
Complementary color
Monochromatic Colors of #B0779D
Black with #B0779D
Text Example
Text Example
White with #B0779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0779D; }
p { color: rgb(176,119,157); }
H1.HeaderClassName
{
color: #B0779D;
}
.AnyTagClassName
{
color: #B0779D;
}
</style>
background-color css
<style>
a { background-color: #B0779D; }
a { background-color: rgb(176,119,157); }
div.DivClassName
{
background-color: #B0779D;
}
.BgClassName
{
background-color: #B0779D;
}
</style>
border-color css
<style>
span { border-color: #B0779D; }
span { border-color: rgb(176,119,157); }
td.TdClassName
{
border-color: #B0779D;
}
.TagClassName
{
border-color: #B0779D;
}
</style>