Shades of Bouquet #B8789D
Tints of Bouquet #B8789D
RGB
CMYK
RGB Variations
Color information
#B8789D (or 0xB8789D) is known color: Bouquet. HEX triplet: B8, 78 and 9D. RGB value is (184,120,157). Sum of RGB (Red+Green+Blue) = 184+120+157=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B8789D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8789D is #478762. Grayscale: #8F8F8F. Windows color (decimal): -4687715 or 10320056. OLE color: 10320056.
HSL color Cylindrical-coordinate representation of color #B8789D: hue angle of 325.31º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8789D is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 157 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.28 |
| HSL | 325.31º | 0.31% | 0.6% | - |
| HSV(B) | 325.31º | 0.35% | 0.72% | - |
| XYZ | 32.57 | 26.06 | 35.21 | - |
| YUV | 143.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 157 | 0 | 0.35 | 0.15 | 0.28 | 325.31 | 0.31 | 0.6 |
| Hex | B8 | 78 | 9D | 0 | 23 | F | 1C | 145 | 1F | 3C |
| Octal | 270 | 170 | 235 | 0 | 43 | 17 | 34 | 505 | 37 | 74 |
| Binary | 10111000 | 1111000 | 10011101 | 0 | 100011 | 1111 | 11100 | 101000101 | 11111 | 111100 |
Color Harmonies of #B8789D
Complementary color
Monochromatic Colors of #B8789D
Black with #B8789D
Text Example
Text Example
White with #B8789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8789D; }
p { color: rgb(184,120,157); }
H1.HeaderClassName
{
color: #B8789D;
}
.AnyTagClassName
{
color: #B8789D;
}
</style>
background-color css
<style>
a { background-color: #B8789D; }
a { background-color: rgb(184,120,157); }
div.DivClassName
{
background-color: #B8789D;
}
.BgClassName
{
background-color: #B8789D;
}
</style>
border-color css
<style>
span { border-color: #B8789D; }
span { border-color: rgb(184,120,157); }
td.TdClassName
{
border-color: #B8789D;
}
.TagClassName
{
border-color: #B8789D;
}
</style>