Shades of Bouquet #B87DAA
Tints of Bouquet #B87DAA
RGB
CMYK
RGB Variations
Color information
#B87DAA (or 0xB87DAA) is known color: Bouquet. HEX triplet: B8, 7D and AA. RGB value is (184,125,170). Sum of RGB (Red+Green+Blue) = 184+125+170=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DAA is #478255. Grayscale: #939393. Windows color (decimal): -4686422 or 11173304. OLE color: 11173304.
HSL color Cylindrical-coordinate representation of color #B87DAA: hue angle of 314.24º 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 #B87DAA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 170 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.28 |
| HSL | 314.24º | 0.29% | 0.61% | - |
| HSV(B) | 314.24º | 0.32% | 0.72% | - |
| XYZ | 34.36 | 27.76 | 41.58 | - |
| YUV | 147.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 170 | 0 | 0.32 | 0.08 | 0.28 | 314.24 | 0.29 | 0.61 |
| Hex | B8 | 7D | AA | 0 | 20 | 8 | 1C | 13A | 1D | 3D |
| Octal | 270 | 175 | 252 | 0 | 40 | 10 | 34 | 472 | 35 | 75 |
| Binary | 10111000 | 1111101 | 10101010 | 0 | 100000 | 1000 | 11100 | 100111010 | 11101 | 111101 |
Color Harmonies of #B87DAA
Complementary color
Monochromatic Colors of #B87DAA
Black with #B87DAA
Text Example
Text Example
White with #B87DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87DAA; }
p { color: rgb(184,125,170); }
H1.HeaderClassName
{
color: #B87DAA;
}
.AnyTagClassName
{
color: #B87DAA;
}
</style>
background-color css
<style>
a { background-color: #B87DAA; }
a { background-color: rgb(184,125,170); }
div.DivClassName
{
background-color: #B87DAA;
}
.BgClassName
{
background-color: #B87DAA;
}
</style>
border-color css
<style>
span { border-color: #B87DAA; }
span { border-color: rgb(184,125,170); }
td.TdClassName
{
border-color: #B87DAA;
}
.TagClassName
{
border-color: #B87DAA;
}
</style>