Shades of Bouquet #B0799B
Tints of Bouquet #B0799B
RGB
CMYK
RGB Variations
Color information
#B0799B (or 0xB0799B) is known color: Bouquet. HEX triplet: B0, 79 and 9B. RGB value is (176,121,155). Sum of RGB (Red+Green+Blue) = 176+121+155=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0799B is #4F8664. Grayscale: #8D8D8D. Windows color (decimal): -5211749 or 10189232. OLE color: 10189232.
HSL color Cylindrical-coordinate representation of color #B0799B: hue angle of 322.91º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0799B is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 121 | 155 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.31 |
| HSL | 322.91º | 0.26% | 0.58% | - |
| HSV(B) | 322.91º | 0.31% | 0.69% | - |
| XYZ | 30.66 | 25.27 | 34.27 | - |
| YUV | 141.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 155 | 0 | 0.31 | 0.12 | 0.31 | 322.91 | 0.26 | 0.58 |
| Hex | B0 | 79 | 9B | 0 | 1F | C | 1F | 143 | 1A | 3A |
| Octal | 260 | 171 | 233 | 0 | 37 | 14 | 37 | 503 | 32 | 72 |
| Binary | 10110000 | 1111001 | 10011011 | 0 | 11111 | 1100 | 11111 | 101000011 | 11010 | 111010 |
Color Harmonies of #B0799B
Complementary color
Monochromatic Colors of #B0799B
Black with #B0799B
Text Example
Text Example
White with #B0799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0799B; }
p { color: rgb(176,121,155); }
H1.HeaderClassName
{
color: #B0799B;
}
.AnyTagClassName
{
color: #B0799B;
}
</style>
background-color css
<style>
a { background-color: #B0799B; }
a { background-color: rgb(176,121,155); }
div.DivClassName
{
background-color: #B0799B;
}
.BgClassName
{
background-color: #B0799B;
}
</style>
border-color css
<style>
span { border-color: #B0799B; }
span { border-color: rgb(176,121,155); }
td.TdClassName
{
border-color: #B0799B;
}
.TagClassName
{
border-color: #B0799B;
}
</style>