Shades of Bouquet #B87CAA
Tints of Bouquet #B87CAA
RGB
CMYK
RGB Variations
Color information
#B87CAA (or 0xB87CAA) is known color: Bouquet. HEX triplet: B8, 7C and AA. RGB value is (184,124,170). Sum of RGB (Red+Green+Blue) = 184+124+170=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B87CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87CAA is #478355. Grayscale: #939393. Windows color (decimal): -4686678 or 11173048. OLE color: 11173048.
HSL color Cylindrical-coordinate representation of color #B87CAA: hue angle of 314º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87CAA is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 170 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.28 |
| HSL | 314º | 0.3% | 0.6% | - |
| HSV(B) | 314º | 0.33% | 0.72% | - |
| XYZ | 34.23 | 27.51 | 41.54 | - |
| YUV | 147.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 170 | 0 | 0.33 | 0.08 | 0.28 | 314 | 0.3 | 0.6 |
| Hex | B8 | 7C | AA | 0 | 21 | 8 | 1C | 13A | 1E | 3C |
| Octal | 270 | 174 | 252 | 0 | 41 | 10 | 34 | 472 | 36 | 74 |
| Binary | 10111000 | 1111100 | 10101010 | 0 | 100001 | 1000 | 11100 | 100111010 | 11110 | 111100 |
Color Harmonies of #B87CAA
Complementary color
Monochromatic Colors of #B87CAA
Black with #B87CAA
Text Example
Text Example
White with #B87CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87CAA; }
p { color: rgb(184,124,170); }
H1.HeaderClassName
{
color: #B87CAA;
}
.AnyTagClassName
{
color: #B87CAA;
}
</style>
background-color css
<style>
a { background-color: #B87CAA; }
a { background-color: rgb(184,124,170); }
div.DivClassName
{
background-color: #B87CAA;
}
.BgClassName
{
background-color: #B87CAA;
}
</style>
border-color css
<style>
span { border-color: #B87CAA; }
span { border-color: rgb(184,124,170); }
td.TdClassName
{
border-color: #B87CAA;
}
.TagClassName
{
border-color: #B87CAA;
}
</style>