Shades of Bouquet #B0819F
Tints of Bouquet #B0819F
RGB
CMYK
RGB Variations
Color information
#B0819F (or 0xB0819F) is known color: Bouquet. HEX triplet: B0, 81 and 9F. RGB value is (176,129,159). Sum of RGB (Red+Green+Blue) = 176+129+159=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0819F is #4F7E60. Grayscale: #929292. Windows color (decimal): -5209697 or 10453424. OLE color: 10453424.
HSL color Cylindrical-coordinate representation of color #B0819F: hue angle of 321.7º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0819F is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 159 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.31 |
| HSL | 321.7º | 0.23% | 0.6% | - |
| HSV(B) | 321.7º | 0.27% | 0.69% | - |
| XYZ | 32.01 | 27.43 | 36.41 | - |
| YUV | 146.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 159 | 0 | 0.27 | 0.10 | 0.31 | 321.7 | 0.23 | 0.6 |
| Hex | B0 | 81 | 9F | 0 | 1B | A | 1F | 142 | 17 | 3C |
| Octal | 260 | 201 | 237 | 0 | 33 | 12 | 37 | 502 | 27 | 74 |
| Binary | 10110000 | 10000001 | 10011111 | 0 | 11011 | 1010 | 11111 | 101000010 | 10111 | 111100 |
Color Harmonies of #B0819F
Complementary color
Monochromatic Colors of #B0819F
Black with #B0819F
Text Example
Text Example
White with #B0819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0819F; }
p { color: rgb(176,129,159); }
H1.HeaderClassName
{
color: #B0819F;
}
.AnyTagClassName
{
color: #B0819F;
}
</style>
background-color css
<style>
a { background-color: #B0819F; }
a { background-color: rgb(176,129,159); }
div.DivClassName
{
background-color: #B0819F;
}
.BgClassName
{
background-color: #B0819F;
}
</style>
border-color css
<style>
span { border-color: #B0819F; }
span { border-color: rgb(176,129,159); }
td.TdClassName
{
border-color: #B0819F;
}
.TagClassName
{
border-color: #B0819F;
}
</style>