Shades of Bouquet #B871A4
Tints of Bouquet #B871A4
RGB
CMYK
RGB Variations
Color information
#B871A4 (or 0xB871A4) is known color: Bouquet. HEX triplet: B8, 71 and A4. RGB value is (184,113,164). Sum of RGB (Red+Green+Blue) = 184+113+164=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B871A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871A4 is #478E5B. Grayscale: #8B8B8B. Windows color (decimal): -4689500 or 10777016. OLE color: 10777016.
HSL color Cylindrical-coordinate representation of color #B871A4: hue angle of 316.9º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B871A4 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 164 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.28 |
| HSL | 316.9º | 0.33% | 0.58% | - |
| HSV(B) | 316.9º | 0.39% | 0.72% | - |
| XYZ | 32.37 | 24.68 | 38.18 | - |
| YUV | 140.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 164 | 0 | 0.39 | 0.11 | 0.28 | 316.9 | 0.33 | 0.58 |
| Hex | B8 | 71 | A4 | 0 | 27 | B | 1C | 13D | 21 | 3A |
| Octal | 270 | 161 | 244 | 0 | 47 | 13 | 34 | 475 | 41 | 72 |
| Binary | 10111000 | 1110001 | 10100100 | 0 | 100111 | 1011 | 11100 | 100111101 | 100001 | 111010 |
Color Harmonies of #B871A4
Complementary color
Monochromatic Colors of #B871A4
Black with #B871A4
Text Example
Text Example
White with #B871A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871A4; }
p { color: rgb(184,113,164); }
H1.HeaderClassName
{
color: #B871A4;
}
.AnyTagClassName
{
color: #B871A4;
}
</style>
background-color css
<style>
a { background-color: #B871A4; }
a { background-color: rgb(184,113,164); }
div.DivClassName
{
background-color: #B871A4;
}
.BgClassName
{
background-color: #B871A4;
}
</style>
border-color css
<style>
span { border-color: #B871A4; }
span { border-color: rgb(184,113,164); }
td.TdClassName
{
border-color: #B871A4;
}
.TagClassName
{
border-color: #B871A4;
}
</style>