Shades of Bouquet #B87D9A
Tints of Bouquet #B87D9A
RGB
CMYK
RGB Variations
Color information
#B87D9A (or 0xB87D9A) is known color: Bouquet. HEX triplet: B8, 7D and 9A. RGB value is (184,125,154). Sum of RGB (Red+Green+Blue) = 184+125+154=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87D9A is #478265. Grayscale: #919191. Windows color (decimal): -4686438 or 10124728. OLE color: 10124728.
HSL color Cylindrical-coordinate representation of color #B87D9A: hue angle of 330.51º 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 #B87D9A is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 154 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.28 |
| HSL | 330.51º | 0.29% | 0.61% | - |
| HSV(B) | 330.51º | 0.32% | 0.72% | - |
| XYZ | 32.93 | 27.19 | 34.08 | - |
| YUV | 145.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 154 | 0 | 0.32 | 0.16 | 0.28 | 330.51 | 0.29 | 0.61 |
| Hex | B8 | 7D | 9A | 0 | 20 | 10 | 1C | 14B | 1D | 3D |
| Octal | 270 | 175 | 232 | 0 | 40 | 20 | 34 | 513 | 35 | 75 |
| Binary | 10111000 | 1111101 | 10011010 | 0 | 100000 | 10000 | 11100 | 101001011 | 11101 | 111101 |
Color Harmonies of #B87D9A
Complementary color
Monochromatic Colors of #B87D9A
Black with #B87D9A
Text Example
Text Example
White with #B87D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D9A; }
p { color: rgb(184,125,154); }
H1.HeaderClassName
{
color: #B87D9A;
}
.AnyTagClassName
{
color: #B87D9A;
}
</style>
background-color css
<style>
a { background-color: #B87D9A; }
a { background-color: rgb(184,125,154); }
div.DivClassName
{
background-color: #B87D9A;
}
.BgClassName
{
background-color: #B87D9A;
}
</style>
border-color css
<style>
span { border-color: #B87D9A; }
span { border-color: rgb(184,125,154); }
td.TdClassName
{
border-color: #B87D9A;
}
.TagClassName
{
border-color: #B87D9A;
}
</style>