Shades of Bouquet #B8819F
Tints of Bouquet #B8819F
RGB
CMYK
RGB Variations
Color information
#B8819F (or 0xB8819F) is known color: Bouquet. HEX triplet: B8, 81 and 9F. RGB value is (184,129,159). Sum of RGB (Red+Green+Blue) = 184+129+159=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8819F is #477E60. Grayscale: #949494. Windows color (decimal): -4685409 or 10453432. OLE color: 10453432.
HSL color Cylindrical-coordinate representation of color #B8819F: hue angle of 327.27º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8819F is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 159 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.28 |
| HSL | 327.27º | 0.28% | 0.61% | - |
| HSV(B) | 327.27º | 0.3% | 0.72% | - |
| XYZ | 33.88 | 28.39 | 36.5 | - |
| YUV | 148.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 159 | 0 | 0.30 | 0.14 | 0.28 | 327.27 | 0.28 | 0.61 |
| Hex | B8 | 81 | 9F | 0 | 1E | E | 1C | 147 | 1C | 3D |
| Octal | 270 | 201 | 237 | 0 | 36 | 16 | 34 | 507 | 34 | 75 |
| Binary | 10111000 | 10000001 | 10011111 | 0 | 11110 | 1110 | 11100 | 101000111 | 11100 | 111101 |
Color Harmonies of #B8819F
Complementary color
Monochromatic Colors of #B8819F
Black with #B8819F
Text Example
Text Example
White with #B8819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8819F; }
p { color: rgb(184,129,159); }
H1.HeaderClassName
{
color: #B8819F;
}
.AnyTagClassName
{
color: #B8819F;
}
</style>
background-color css
<style>
a { background-color: #B8819F; }
a { background-color: rgb(184,129,159); }
div.DivClassName
{
background-color: #B8819F;
}
.BgClassName
{
background-color: #B8819F;
}
</style>
border-color css
<style>
span { border-color: #B8819F; }
span { border-color: rgb(184,129,159); }
td.TdClassName
{
border-color: #B8819F;
}
.TagClassName
{
border-color: #B8819F;
}
</style>