Shades of Bouquet #B87B9A
Tints of Bouquet #B87B9A
RGB
CMYK
RGB Variations
Color information
#B87B9A (or 0xB87B9A) is known color: Bouquet. HEX triplet: B8, 7B and 9A. RGB value is (184,123,154). Sum of RGB (Red+Green+Blue) = 184+123+154=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87B9A is #478465. Grayscale: #909090. Windows color (decimal): -4686950 or 10124216. OLE color: 10124216.
HSL color Cylindrical-coordinate representation of color #B87B9A: hue angle of 329.51º 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 #B87B9A is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 154 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.28 |
| HSL | 329.51º | 0.3% | 0.6% | - |
| HSV(B) | 329.51º | 0.33% | 0.72% | - |
| XYZ | 32.68 | 26.69 | 34 | - |
| YUV | 144.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 154 | 0 | 0.33 | 0.16 | 0.28 | 329.51 | 0.3 | 0.6 |
| Hex | B8 | 7B | 9A | 0 | 21 | 10 | 1C | 14A | 1E | 3C |
| Octal | 270 | 173 | 232 | 0 | 41 | 20 | 34 | 512 | 36 | 74 |
| Binary | 10111000 | 1111011 | 10011010 | 0 | 100001 | 10000 | 11100 | 101001010 | 11110 | 111100 |
Color Harmonies of #B87B9A
Complementary color
Monochromatic Colors of #B87B9A
Black with #B87B9A
Text Example
Text Example
White with #B87B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B9A; }
p { color: rgb(184,123,154); }
H1.HeaderClassName
{
color: #B87B9A;
}
.AnyTagClassName
{
color: #B87B9A;
}
</style>
background-color css
<style>
a { background-color: #B87B9A; }
a { background-color: rgb(184,123,154); }
div.DivClassName
{
background-color: #B87B9A;
}
.BgClassName
{
background-color: #B87B9A;
}
</style>
border-color css
<style>
span { border-color: #B87B9A; }
span { border-color: rgb(184,123,154); }
td.TdClassName
{
border-color: #B87B9A;
}
.TagClassName
{
border-color: #B87B9A;
}
</style>