Shades of Bouquet #B87DA5
Tints of Bouquet #B87DA5
RGB
CMYK
RGB Variations
Color information
#B87DA5 (or 0xB87DA5) is known color: Bouquet. HEX triplet: B8, 7D and A5. RGB value is (184,125,165). Sum of RGB (Red+Green+Blue) = 184+125+165=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DA5 is #47825A. Grayscale: #939393. Windows color (decimal): -4686427 or 10845624. OLE color: 10845624.
HSL color Cylindrical-coordinate representation of color #B87DA5: hue angle of 319.32º 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 #B87DA5 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 165 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.28 |
| HSL | 319.32º | 0.29% | 0.61% | - |
| HSV(B) | 319.32º | 0.32% | 0.72% | - |
| XYZ | 33.89 | 27.57 | 39.13 | - |
| YUV | 147.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 165 | 0 | 0.32 | 0.10 | 0.28 | 319.32 | 0.29 | 0.61 |
| Hex | B8 | 7D | A5 | 0 | 20 | A | 1C | 13F | 1D | 3D |
| Octal | 270 | 175 | 245 | 0 | 40 | 12 | 34 | 477 | 35 | 75 |
| Binary | 10111000 | 1111101 | 10100101 | 0 | 100000 | 1010 | 11100 | 100111111 | 11101 | 111101 |
Color Harmonies of #B87DA5
Complementary color
Monochromatic Colors of #B87DA5
Black with #B87DA5
Text Example
Text Example
White with #B87DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87DA5; }
p { color: rgb(184,125,165); }
H1.HeaderClassName
{
color: #B87DA5;
}
.AnyTagClassName
{
color: #B87DA5;
}
</style>
background-color css
<style>
a { background-color: #B87DA5; }
a { background-color: rgb(184,125,165); }
div.DivClassName
{
background-color: #B87DA5;
}
.BgClassName
{
background-color: #B87DA5;
}
</style>
border-color css
<style>
span { border-color: #B87DA5; }
span { border-color: rgb(184,125,165); }
td.TdClassName
{
border-color: #B87DA5;
}
.TagClassName
{
border-color: #B87DA5;
}
</style>