Shades of Bouquet #B877A3
Tints of Bouquet #B877A3
RGB
CMYK
RGB Variations
Color information
#B877A3 (or 0xB877A3) is known color: Bouquet. HEX triplet: B8, 77 and A3. RGB value is (184,119,163). Sum of RGB (Red+Green+Blue) = 184+119+163=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B877A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B877A3 is #47885C. Grayscale: #8F8F8F. Windows color (decimal): -4687965 or 10713016. OLE color: 10713016.
HSL color Cylindrical-coordinate representation of color #B877A3: hue angle of 319.38º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B877A3 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 163 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.28 |
| HSL | 319.38º | 0.31% | 0.59% | - |
| HSV(B) | 319.38º | 0.35% | 0.72% | - |
| XYZ | 32.97 | 26.03 | 37.94 | - |
| YUV | 143.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 163 | 0 | 0.35 | 0.11 | 0.28 | 319.38 | 0.31 | 0.59 |
| Hex | B8 | 77 | A3 | 0 | 23 | B | 1C | 13F | 1F | 3B |
| Octal | 270 | 167 | 243 | 0 | 43 | 13 | 34 | 477 | 37 | 73 |
| Binary | 10111000 | 1110111 | 10100011 | 0 | 100011 | 1011 | 11100 | 100111111 | 11111 | 111011 |
Color Harmonies of #B877A3
Complementary color
Monochromatic Colors of #B877A3
Black with #B877A3
Text Example
Text Example
White with #B877A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B877A3; }
p { color: rgb(184,119,163); }
H1.HeaderClassName
{
color: #B877A3;
}
.AnyTagClassName
{
color: #B877A3;
}
</style>
background-color css
<style>
a { background-color: #B877A3; }
a { background-color: rgb(184,119,163); }
div.DivClassName
{
background-color: #B877A3;
}
.BgClassName
{
background-color: #B877A3;
}
</style>
border-color css
<style>
span { border-color: #B877A3; }
span { border-color: rgb(184,119,163); }
td.TdClassName
{
border-color: #B877A3;
}
.TagClassName
{
border-color: #B877A3;
}
</style>