Shades of Bouquet #B8689B
Tints of Bouquet #B8689B
RGB
CMYK
RGB Variations
Color information
#B8689B (or 0xB8689B) is known color: Bouquet. HEX triplet: B8, 68 and 9B. RGB value is (184,104,155). Sum of RGB (Red+Green+Blue) = 184+104+155=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8689B is #479764. Grayscale: #858585. Windows color (decimal): -4691813 or 10184888. OLE color: 10184888.
HSL color Cylindrical-coordinate representation of color #B8689B: hue angle of 321.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 #B8689B is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 155 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.28 |
| HSL | 321.75º | 0.36% | 0.56% | - |
| HSV(B) | 321.75º | 0.43% | 0.72% | - |
| XYZ | 30.63 | 22.46 | 33.73 | - |
| YUV | 133.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 155 | 0 | 0.43 | 0.16 | 0.28 | 321.75 | 0.36 | 0.56 |
| Hex | B8 | 68 | 9B | 0 | 2B | 10 | 1C | 142 | 24 | 38 |
| Octal | 270 | 150 | 233 | 0 | 53 | 20 | 34 | 502 | 44 | 70 |
| Binary | 10111000 | 1101000 | 10011011 | 0 | 101011 | 10000 | 11100 | 101000010 | 100100 | 111000 |
Color Harmonies of #B8689B
Complementary color
Monochromatic Colors of #B8689B
Black with #B8689B
Text Example
Text Example
White with #B8689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8689B; }
p { color: rgb(184,104,155); }
H1.HeaderClassName
{
color: #B8689B;
}
.AnyTagClassName
{
color: #B8689B;
}
</style>
background-color css
<style>
a { background-color: #B8689B; }
a { background-color: rgb(184,104,155); }
div.DivClassName
{
background-color: #B8689B;
}
.BgClassName
{
background-color: #B8689B;
}
</style>
border-color css
<style>
span { border-color: #B8689B; }
span { border-color: rgb(184,104,155); }
td.TdClassName
{
border-color: #B8689B;
}
.TagClassName
{
border-color: #B8689B;
}
</style>