Shades of Bouquet #B87D9D
Tints of Bouquet #B87D9D
RGB
CMYK
RGB Variations
Color information
#B87D9D (or 0xB87D9D) is known color: Bouquet. HEX triplet: B8, 7D and 9D. RGB value is (184,125,157). Sum of RGB (Red+Green+Blue) = 184+125+157=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87D9D is #478262. Grayscale: #929292. Windows color (decimal): -4686435 or 10321336. OLE color: 10321336.
HSL color Cylindrical-coordinate representation of color #B87D9D: hue angle of 327.46º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87D9D is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 157 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.28 |
| HSL | 327.46º | 0.29% | 0.61% | - |
| HSV(B) | 327.46º | 0.32% | 0.72% | - |
| XYZ | 33.19 | 27.29 | 35.42 | - |
| YUV | 146.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 157 | 0 | 0.32 | 0.15 | 0.28 | 327.46 | 0.29 | 0.61 |
| Hex | B8 | 7D | 9D | 0 | 20 | F | 1C | 147 | 1D | 3D |
| Octal | 270 | 175 | 235 | 0 | 40 | 17 | 34 | 507 | 35 | 75 |
| Binary | 10111000 | 1111101 | 10011101 | 0 | 100000 | 1111 | 11100 | 101000111 | 11101 | 111101 |
Color Harmonies of #B87D9D
Complementary color
Monochromatic Colors of #B87D9D
Black with #B87D9D
Text Example
Text Example
White with #B87D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D9D; }
p { color: rgb(184,125,157); }
H1.HeaderClassName
{
color: #B87D9D;
}
.AnyTagClassName
{
color: #B87D9D;
}
</style>
background-color css
<style>
a { background-color: #B87D9D; }
a { background-color: rgb(184,125,157); }
div.DivClassName
{
background-color: #B87D9D;
}
.BgClassName
{
background-color: #B87D9D;
}
</style>
border-color css
<style>
span { border-color: #B87D9D; }
span { border-color: rgb(184,125,157); }
td.TdClassName
{
border-color: #B87D9D;
}
.TagClassName
{
border-color: #B87D9D;
}
</style>