Shades of Bouquet #B878A3
Tints of Bouquet #B878A3
RGB
CMYK
RGB Variations
Color information
#B878A3 (or 0xB878A3) is known color: Bouquet. HEX triplet: B8, 78 and A3. RGB value is (184,120,163). Sum of RGB (Red+Green+Blue) = 184+120+163=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B878A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B878A3 is #47875C. Grayscale: #8F8F8F. Windows color (decimal): -4687709 or 10713272. OLE color: 10713272.
HSL color Cylindrical-coordinate representation of color #B878A3: hue angle of 319.69º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B878A3 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 163 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.28 |
| HSL | 319.69º | 0.31% | 0.6% | - |
| HSV(B) | 319.69º | 0.35% | 0.72% | - |
| XYZ | 33.09 | 26.27 | 37.98 | - |
| YUV | 144.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 163 | 0 | 0.35 | 0.11 | 0.28 | 319.69 | 0.31 | 0.6 |
| Hex | B8 | 78 | A3 | 0 | 23 | B | 1C | 140 | 1F | 3C |
| Octal | 270 | 170 | 243 | 0 | 43 | 13 | 34 | 500 | 37 | 74 |
| Binary | 10111000 | 1111000 | 10100011 | 0 | 100011 | 1011 | 11100 | 101000000 | 11111 | 111100 |
Color Harmonies of #B878A3
Complementary color
Monochromatic Colors of #B878A3
Black with #B878A3
Text Example
Text Example
White with #B878A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B878A3; }
p { color: rgb(184,120,163); }
H1.HeaderClassName
{
color: #B878A3;
}
.AnyTagClassName
{
color: #B878A3;
}
</style>
background-color css
<style>
a { background-color: #B878A3; }
a { background-color: rgb(184,120,163); }
div.DivClassName
{
background-color: #B878A3;
}
.BgClassName
{
background-color: #B878A3;
}
</style>
border-color css
<style>
span { border-color: #B878A3; }
span { border-color: rgb(184,120,163); }
td.TdClassName
{
border-color: #B878A3;
}
.TagClassName
{
border-color: #B878A3;
}
</style>