Shades of Bouquet #B876AB
Tints of Bouquet #B876AB
RGB
CMYK
RGB Variations
Color information
#B876AB (or 0xB876AB) is known color: Bouquet. HEX triplet: B8, 76 and AB. RGB value is (184,118,171). Sum of RGB (Red+Green+Blue) = 184+118+171=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B876AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B876AB is #478954. Grayscale: #8F8F8F. Windows color (decimal): -4688213 or 11237048. OLE color: 11237048.
HSL color Cylindrical-coordinate representation of color #B876AB: hue angle of 311.82º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B876AB is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 171 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.28 |
| HSL | 311.82º | 0.32% | 0.59% | - |
| HSV(B) | 311.82º | 0.36% | 0.72% | - |
| XYZ | 33.6 | 26.09 | 41.79 | - |
| YUV | 143.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 171 | 0 | 0.36 | 0.07 | 0.28 | 311.82 | 0.32 | 0.59 |
| Hex | B8 | 76 | AB | 0 | 24 | 7 | 1C | 138 | 20 | 3B |
| Octal | 270 | 166 | 253 | 0 | 44 | 7 | 34 | 470 | 40 | 73 |
| Binary | 10111000 | 1110110 | 10101011 | 0 | 100100 | 111 | 11100 | 100111000 | 100000 | 111011 |
Color Harmonies of #B876AB
Complementary color
Monochromatic Colors of #B876AB
Black with #B876AB
Text Example
Text Example
White with #B876AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B876AB; }
p { color: rgb(184,118,171); }
H1.HeaderClassName
{
color: #B876AB;
}
.AnyTagClassName
{
color: #B876AB;
}
</style>
background-color css
<style>
a { background-color: #B876AB; }
a { background-color: rgb(184,118,171); }
div.DivClassName
{
background-color: #B876AB;
}
.BgClassName
{
background-color: #B876AB;
}
</style>
border-color css
<style>
span { border-color: #B876AB; }
span { border-color: rgb(184,118,171); }
td.TdClassName
{
border-color: #B876AB;
}
.TagClassName
{
border-color: #B876AB;
}
</style>