Shades of Bouquet #B870A0
Tints of Bouquet #B870A0
RGB
CMYK
RGB Variations
Color information
#B870A0 (or 0xB870A0) is known color: Bouquet. HEX triplet: B8, 70 and A0. RGB value is (184,112,160). Sum of RGB (Red+Green+Blue) = 184+112+160=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B870A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B870A0 is #478F5F. Grayscale: #8A8A8A. Windows color (decimal): -4689760 or 10514616. OLE color: 10514616.
HSL color Cylindrical-coordinate representation of color #B870A0: hue angle of 320º degrees, saturation: 0.34, 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 #B870A0 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 160 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.28 |
| HSL | 320º | 0.34% | 0.58% | - |
| HSV(B) | 320º | 0.39% | 0.72% | - |
| XYZ | 31.91 | 24.32 | 36.27 | - |
| YUV | 139 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 160 | 0 | 0.39 | 0.13 | 0.28 | 320 | 0.34 | 0.58 |
| Hex | B8 | 70 | A0 | 0 | 27 | D | 1C | 140 | 22 | 3A |
| Octal | 270 | 160 | 240 | 0 | 47 | 15 | 34 | 500 | 42 | 72 |
| Binary | 10111000 | 1110000 | 10100000 | 0 | 100111 | 1101 | 11100 | 101000000 | 100010 | 111010 |
Color Harmonies of #B870A0
Complementary color
Monochromatic Colors of #B870A0
Black with #B870A0
Text Example
Text Example
White with #B870A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B870A0; }
p { color: rgb(184,112,160); }
H1.HeaderClassName
{
color: #B870A0;
}
.AnyTagClassName
{
color: #B870A0;
}
</style>
background-color css
<style>
a { background-color: #B870A0; }
a { background-color: rgb(184,112,160); }
div.DivClassName
{
background-color: #B870A0;
}
.BgClassName
{
background-color: #B870A0;
}
</style>
border-color css
<style>
span { border-color: #B870A0; }
span { border-color: rgb(184,112,160); }
td.TdClassName
{
border-color: #B870A0;
}
.TagClassName
{
border-color: #B870A0;
}
</style>