Shades of Bouquet #B870A5
Tints of Bouquet #B870A5
RGB
CMYK
RGB Variations
Color information
#B870A5 (or 0xB870A5) is known color: Bouquet. HEX triplet: B8, 70 and A5. RGB value is (184,112,165). Sum of RGB (Red+Green+Blue) = 184+112+165=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B870A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B870A5 is #478F5A. Grayscale: #8B8B8B. Windows color (decimal): -4689755 or 10842296. OLE color: 10842296.
HSL color Cylindrical-coordinate representation of color #B870A5: hue angle of 315.83º 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 #B870A5 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 165 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.28 |
| HSL | 315.83º | 0.34% | 0.58% | - |
| HSV(B) | 315.83º | 0.39% | 0.72% | - |
| XYZ | 32.35 | 24.5 | 38.62 | - |
| YUV | 139.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 165 | 0 | 0.39 | 0.10 | 0.28 | 315.83 | 0.34 | 0.58 |
| Hex | B8 | 70 | A5 | 0 | 27 | A | 1C | 13C | 22 | 3A |
| Octal | 270 | 160 | 245 | 0 | 47 | 12 | 34 | 474 | 42 | 72 |
| Binary | 10111000 | 1110000 | 10100101 | 0 | 100111 | 1010 | 11100 | 100111100 | 100010 | 111010 |
Color Harmonies of #B870A5
Complementary color
Monochromatic Colors of #B870A5
Black with #B870A5
Text Example
Text Example
White with #B870A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B870A5; }
p { color: rgb(184,112,165); }
H1.HeaderClassName
{
color: #B870A5;
}
.AnyTagClassName
{
color: #B870A5;
}
</style>
background-color css
<style>
a { background-color: #B870A5; }
a { background-color: rgb(184,112,165); }
div.DivClassName
{
background-color: #B870A5;
}
.BgClassName
{
background-color: #B870A5;
}
</style>
border-color css
<style>
span { border-color: #B870A5; }
span { border-color: rgb(184,112,165); }
td.TdClassName
{
border-color: #B870A5;
}
.TagClassName
{
border-color: #B870A5;
}
</style>