Shades of Bouquet #B87B96
Tints of Bouquet #B87B96
RGB
CMYK
RGB Variations
Color information
#B87B96 (or 0xB87B96) is known color: Bouquet. HEX triplet: B8, 7B and 96. RGB value is (184,123,150). Sum of RGB (Red+Green+Blue) = 184+123+150=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87B96 is #478469. Grayscale: #909090. Windows color (decimal): -4686954 or 9862072. OLE color: 9862072.
HSL color Cylindrical-coordinate representation of color #B87B96: hue angle of 333.44º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87B96 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 150 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.28 |
| HSL | 333.44º | 0.3% | 0.6% | - |
| HSV(B) | 333.44º | 0.33% | 0.72% | - |
| XYZ | 32.36 | 26.56 | 32.28 | - |
| YUV | 144.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 150 | 0 | 0.33 | 0.18 | 0.28 | 333.44 | 0.3 | 0.6 |
| Hex | B8 | 7B | 96 | 0 | 21 | 12 | 1C | 14D | 1E | 3C |
| Octal | 270 | 173 | 226 | 0 | 41 | 22 | 34 | 515 | 36 | 74 |
| Binary | 10111000 | 1111011 | 10010110 | 0 | 100001 | 10010 | 11100 | 101001101 | 11110 | 111100 |
Color Harmonies of #B87B96
Complementary color
Monochromatic Colors of #B87B96
Black with #B87B96
Text Example
Text Example
White with #B87B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B96; }
p { color: rgb(184,123,150); }
H1.HeaderClassName
{
color: #B87B96;
}
.AnyTagClassName
{
color: #B87B96;
}
</style>
background-color css
<style>
a { background-color: #B87B96; }
a { background-color: rgb(184,123,150); }
div.DivClassName
{
background-color: #B87B96;
}
.BgClassName
{
background-color: #B87B96;
}
</style>
border-color css
<style>
span { border-color: #B87B96; }
span { border-color: rgb(184,123,150); }
td.TdClassName
{
border-color: #B87B96;
}
.TagClassName
{
border-color: #B87B96;
}
</style>