Shades of Bouquet #B8789E
Tints of Bouquet #B8789E
RGB
CMYK
RGB Variations
Color information
#B8789E (or 0xB8789E) is known color: Bouquet. HEX triplet: B8, 78 and 9E. RGB value is (184,120,158). Sum of RGB (Red+Green+Blue) = 184+120+158=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B8789E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8789E is #478761. Grayscale: #8F8F8F. Windows color (decimal): -4687714 or 10385592. OLE color: 10385592.
HSL color Cylindrical-coordinate representation of color #B8789E: hue angle of 324.38º 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 #B8789E is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 158 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.28 |
| HSL | 324.38º | 0.31% | 0.6% | - |
| HSV(B) | 324.38º | 0.35% | 0.72% | - |
| XYZ | 32.66 | 26.09 | 35.66 | - |
| YUV | 143.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 158 | 0 | 0.35 | 0.14 | 0.28 | 324.38 | 0.31 | 0.6 |
| Hex | B8 | 78 | 9E | 0 | 23 | E | 1C | 144 | 1F | 3C |
| Octal | 270 | 170 | 236 | 0 | 43 | 16 | 34 | 504 | 37 | 74 |
| Binary | 10111000 | 1111000 | 10011110 | 0 | 100011 | 1110 | 11100 | 101000100 | 11111 | 111100 |
Color Harmonies of #B8789E
Complementary color
Monochromatic Colors of #B8789E
Black with #B8789E
Text Example
Text Example
White with #B8789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8789E; }
p { color: rgb(184,120,158); }
H1.HeaderClassName
{
color: #B8789E;
}
.AnyTagClassName
{
color: #B8789E;
}
</style>
background-color css
<style>
a { background-color: #B8789E; }
a { background-color: rgb(184,120,158); }
div.DivClassName
{
background-color: #B8789E;
}
.BgClassName
{
background-color: #B8789E;
}
</style>
border-color css
<style>
span { border-color: #B8789E; }
span { border-color: rgb(184,120,158); }
td.TdClassName
{
border-color: #B8789E;
}
.TagClassName
{
border-color: #B8789E;
}
</style>