Shades of Bouquet #B8789B
Tints of Bouquet #B8789B
RGB
CMYK
RGB Variations
Color information
#B8789B (or 0xB8789B) is known color: Bouquet. HEX triplet: B8, 78 and 9B. RGB value is (184,120,155). Sum of RGB (Red+Green+Blue) = 184+120+155=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8789B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8789B is #478764. Grayscale: #8F8F8F. Windows color (decimal): -4687717 or 10188984. OLE color: 10188984.
HSL color Cylindrical-coordinate representation of color #B8789B: hue angle of 327.19º 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 #B8789B is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 155 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.28 |
| HSL | 327.19º | 0.31% | 0.6% | - |
| HSV(B) | 327.19º | 0.35% | 0.72% | - |
| XYZ | 32.4 | 25.99 | 34.32 | - |
| YUV | 143.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 155 | 0 | 0.35 | 0.16 | 0.28 | 327.19 | 0.31 | 0.6 |
| Hex | B8 | 78 | 9B | 0 | 23 | 10 | 1C | 147 | 1F | 3C |
| Octal | 270 | 170 | 233 | 0 | 43 | 20 | 34 | 507 | 37 | 74 |
| Binary | 10111000 | 1111000 | 10011011 | 0 | 100011 | 10000 | 11100 | 101000111 | 11111 | 111100 |
Color Harmonies of #B8789B
Complementary color
Monochromatic Colors of #B8789B
Black with #B8789B
Text Example
Text Example
White with #B8789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8789B; }
p { color: rgb(184,120,155); }
H1.HeaderClassName
{
color: #B8789B;
}
.AnyTagClassName
{
color: #B8789B;
}
</style>
background-color css
<style>
a { background-color: #B8789B; }
a { background-color: rgb(184,120,155); }
div.DivClassName
{
background-color: #B8789B;
}
.BgClassName
{
background-color: #B8789B;
}
</style>
border-color css
<style>
span { border-color: #B8789B; }
span { border-color: rgb(184,120,155); }
td.TdClassName
{
border-color: #B8789B;
}
.TagClassName
{
border-color: #B8789B;
}
</style>