Shades of Bouquet #B8789F
Tints of Bouquet #B8789F
RGB
CMYK
RGB Variations
Color information
#B8789F (or 0xB8789F) is known color: Bouquet. HEX triplet: B8, 78 and 9F. RGB value is (184,120,159). Sum of RGB (Red+Green+Blue) = 184+120+159=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B8789F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8789F is #478760. Grayscale: #8F8F8F. Windows color (decimal): -4687713 or 10451128. OLE color: 10451128.
HSL color Cylindrical-coordinate representation of color #B8789F: hue angle of 323.44º 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 #B8789F is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 159 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.28 |
| HSL | 323.44º | 0.31% | 0.6% | - |
| HSV(B) | 323.44º | 0.35% | 0.72% | - |
| XYZ | 32.74 | 26.13 | 36.12 | - |
| YUV | 143.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 159 | 0 | 0.35 | 0.14 | 0.28 | 323.44 | 0.31 | 0.6 |
| Hex | B8 | 78 | 9F | 0 | 23 | E | 1C | 143 | 1F | 3C |
| Octal | 270 | 170 | 237 | 0 | 43 | 16 | 34 | 503 | 37 | 74 |
| Binary | 10111000 | 1111000 | 10011111 | 0 | 100011 | 1110 | 11100 | 101000011 | 11111 | 111100 |
Color Harmonies of #B8789F
Complementary color
Monochromatic Colors of #B8789F
Black with #B8789F
Text Example
Text Example
White with #B8789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8789F; }
p { color: rgb(184,120,159); }
H1.HeaderClassName
{
color: #B8789F;
}
.AnyTagClassName
{
color: #B8789F;
}
</style>
background-color css
<style>
a { background-color: #B8789F; }
a { background-color: rgb(184,120,159); }
div.DivClassName
{
background-color: #B8789F;
}
.BgClassName
{
background-color: #B8789F;
}
</style>
border-color css
<style>
span { border-color: #B8789F; }
span { border-color: rgb(184,120,159); }
td.TdClassName
{
border-color: #B8789F;
}
.TagClassName
{
border-color: #B8789F;
}
</style>