Shades of Bouquet #B87F9D
Tints of Bouquet #B87F9D
RGB
CMYK
RGB Variations
Color information
#B87F9D (or 0xB87F9D) is known color: Bouquet. HEX triplet: B8, 7F and 9D. RGB value is (184,127,157). Sum of RGB (Red+Green+Blue) = 184+127+157=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87F9D is #478062. Grayscale: #939393. Windows color (decimal): -4685923 or 10321848. OLE color: 10321848.
HSL color Cylindrical-coordinate representation of color #B87F9D: hue angle of 328.42º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B87F9D is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 157 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.28 |
| HSL | 328.42º | 0.29% | 0.61% | - |
| HSV(B) | 328.42º | 0.31% | 0.72% | - |
| XYZ | 33.44 | 27.8 | 35.5 | - |
| YUV | 147.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 157 | 0 | 0.31 | 0.15 | 0.28 | 328.42 | 0.29 | 0.61 |
| Hex | B8 | 7F | 9D | 0 | 1F | F | 1C | 148 | 1D | 3D |
| Octal | 270 | 177 | 235 | 0 | 37 | 17 | 34 | 510 | 35 | 75 |
| Binary | 10111000 | 1111111 | 10011101 | 0 | 11111 | 1111 | 11100 | 101001000 | 11101 | 111101 |
Color Harmonies of #B87F9D
Complementary color
Monochromatic Colors of #B87F9D
Black with #B87F9D
Text Example
Text Example
White with #B87F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F9D; }
p { color: rgb(184,127,157); }
H1.HeaderClassName
{
color: #B87F9D;
}
.AnyTagClassName
{
color: #B87F9D;
}
</style>
background-color css
<style>
a { background-color: #B87F9D; }
a { background-color: rgb(184,127,157); }
div.DivClassName
{
background-color: #B87F9D;
}
.BgClassName
{
background-color: #B87F9D;
}
</style>
border-color css
<style>
span { border-color: #B87F9D; }
span { border-color: rgb(184,127,157); }
td.TdClassName
{
border-color: #B87F9D;
}
.TagClassName
{
border-color: #B87F9D;
}
</style>