Shades of Bouquet #B8689F
Tints of Bouquet #B8689F
RGB
CMYK
RGB Variations
Color information
#B8689F (or 0xB8689F) is known color: Bouquet. HEX triplet: B8, 68 and 9F. RGB value is (184,104,159). Sum of RGB (Red+Green+Blue) = 184+104+159=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B8689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8689F is #479760. Grayscale: #868686. Windows color (decimal): -4691809 or 10447032. OLE color: 10447032.
HSL color Cylindrical-coordinate representation of color #B8689F: hue angle of 318.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8689F is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 159 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.28 |
| HSL | 318.75º | 0.36% | 0.56% | - |
| HSV(B) | 318.75º | 0.43% | 0.72% | - |
| XYZ | 30.98 | 22.59 | 35.53 | - |
| YUV | 134.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 159 | 0 | 0.43 | 0.14 | 0.28 | 318.75 | 0.36 | 0.56 |
| Hex | B8 | 68 | 9F | 0 | 2B | E | 1C | 13F | 24 | 38 |
| Octal | 270 | 150 | 237 | 0 | 53 | 16 | 34 | 477 | 44 | 70 |
| Binary | 10111000 | 1101000 | 10011111 | 0 | 101011 | 1110 | 11100 | 100111111 | 100100 | 111000 |
Color Harmonies of #B8689F
Complementary color
Monochromatic Colors of #B8689F
Black with #B8689F
Text Example
Text Example
White with #B8689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8689F; }
p { color: rgb(184,104,159); }
H1.HeaderClassName
{
color: #B8689F;
}
.AnyTagClassName
{
color: #B8689F;
}
</style>
background-color css
<style>
a { background-color: #B8689F; }
a { background-color: rgb(184,104,159); }
div.DivClassName
{
background-color: #B8689F;
}
.BgClassName
{
background-color: #B8689F;
}
</style>
border-color css
<style>
span { border-color: #B8689F; }
span { border-color: rgb(184,104,159); }
td.TdClassName
{
border-color: #B8689F;
}
.TagClassName
{
border-color: #B8689F;
}
</style>