Shades of Bouquet #B87A9C
Tints of Bouquet #B87A9C
RGB
CMYK
RGB Variations
Color information
#B87A9C (or 0xB87A9C) is known color: Bouquet. HEX triplet: B8, 7A and 9C. RGB value is (184,122,156). Sum of RGB (Red+Green+Blue) = 184+122+156=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87A9C is #478563. Grayscale: #909090. Windows color (decimal): -4687204 or 10255032. OLE color: 10255032.
HSL color Cylindrical-coordinate representation of color #B87A9C: hue angle of 327.1º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87A9C is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 156 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.28 |
| HSL | 327.1º | 0.3% | 0.6% | - |
| HSV(B) | 327.1º | 0.34% | 0.72% | - |
| XYZ | 32.73 | 26.51 | 34.84 | - |
| YUV | 144.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 156 | 0 | 0.34 | 0.15 | 0.28 | 327.1 | 0.3 | 0.6 |
| Hex | B8 | 7A | 9C | 0 | 22 | F | 1C | 147 | 1E | 3C |
| Octal | 270 | 172 | 234 | 0 | 42 | 17 | 34 | 507 | 36 | 74 |
| Binary | 10111000 | 1111010 | 10011100 | 0 | 100010 | 1111 | 11100 | 101000111 | 11110 | 111100 |
Color Harmonies of #B87A9C
Complementary color
Monochromatic Colors of #B87A9C
Black with #B87A9C
Text Example
Text Example
White with #B87A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A9C; }
p { color: rgb(184,122,156); }
H1.HeaderClassName
{
color: #B87A9C;
}
.AnyTagClassName
{
color: #B87A9C;
}
</style>
background-color css
<style>
a { background-color: #B87A9C; }
a { background-color: rgb(184,122,156); }
div.DivClassName
{
background-color: #B87A9C;
}
.BgClassName
{
background-color: #B87A9C;
}
</style>
border-color css
<style>
span { border-color: #B87A9C; }
span { border-color: rgb(184,122,156); }
td.TdClassName
{
border-color: #B87A9C;
}
.TagClassName
{
border-color: #B87A9C;
}
</style>