Shades of Bouquet #B8789C
Tints of Bouquet #B8789C
RGB
CMYK
RGB Variations
Color information
#B8789C (or 0xB8789C) is known color: Bouquet. HEX triplet: B8, 78 and 9C. RGB value is (184,120,156). Sum of RGB (Red+Green+Blue) = 184+120+156=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8789C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8789C is #478763. Grayscale: #8F8F8F. Windows color (decimal): -4687716 or 10254520. OLE color: 10254520.
HSL color Cylindrical-coordinate representation of color #B8789C: hue angle of 326.25º 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 #B8789C is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 156 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.28 |
| HSL | 326.25º | 0.31% | 0.6% | - |
| HSV(B) | 326.25º | 0.35% | 0.72% | - |
| XYZ | 32.48 | 26.02 | 34.76 | - |
| YUV | 143.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 156 | 0 | 0.35 | 0.15 | 0.28 | 326.25 | 0.31 | 0.6 |
| Hex | B8 | 78 | 9C | 0 | 23 | F | 1C | 146 | 1F | 3C |
| Octal | 270 | 170 | 234 | 0 | 43 | 17 | 34 | 506 | 37 | 74 |
| Binary | 10111000 | 1111000 | 10011100 | 0 | 100011 | 1111 | 11100 | 101000110 | 11111 | 111100 |
Color Harmonies of #B8789C
Complementary color
Monochromatic Colors of #B8789C
Black with #B8789C
Text Example
Text Example
White with #B8789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8789C; }
p { color: rgb(184,120,156); }
H1.HeaderClassName
{
color: #B8789C;
}
.AnyTagClassName
{
color: #B8789C;
}
</style>
background-color css
<style>
a { background-color: #B8789C; }
a { background-color: rgb(184,120,156); }
div.DivClassName
{
background-color: #B8789C;
}
.BgClassName
{
background-color: #B8789C;
}
</style>
border-color css
<style>
span { border-color: #B8789C; }
span { border-color: rgb(184,120,156); }
td.TdClassName
{
border-color: #B8789C;
}
.TagClassName
{
border-color: #B8789C;
}
</style>