Shades of Bouquet #B486A0
Tints of Bouquet #B486A0
RGB
CMYK
RGB Variations
Color information
#B486A0 (or 0xB486A0) is known color: Bouquet. HEX triplet: B4, 86 and A0. RGB value is (180,134,160). Sum of RGB (Red+Green+Blue) = 180+134+160=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B486A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486A0 is #4B795F. Grayscale: #969696. Windows color (decimal): -4946272 or 10520244. OLE color: 10520244.
HSL color Cylindrical-coordinate representation of color #B486A0: hue angle of 326.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B486A0 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 160 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.29 |
| HSL | 326.09º | 0.23% | 0.62% | - |
| HSV(B) | 326.09º | 0.26% | 0.71% | - |
| XYZ | 33.69 | 29.29 | 37.14 | - |
| YUV | 150.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 160 | 0 | 0.26 | 0.11 | 0.29 | 326.09 | 0.23 | 0.62 |
| Hex | B4 | 86 | A0 | 0 | 1A | B | 1D | 146 | 17 | 3E |
| Octal | 264 | 206 | 240 | 0 | 32 | 13 | 35 | 506 | 27 | 76 |
| Binary | 10110100 | 10000110 | 10100000 | 0 | 11010 | 1011 | 11101 | 101000110 | 10111 | 111110 |
Color Harmonies of #B486A0
Complementary color
Monochromatic Colors of #B486A0
Black with #B486A0
Text Example
Text Example
White with #B486A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B486A0; }
p { color: rgb(180,134,160); }
H1.HeaderClassName
{
color: #B486A0;
}
.AnyTagClassName
{
color: #B486A0;
}
</style>
background-color css
<style>
a { background-color: #B486A0; }
a { background-color: rgb(180,134,160); }
div.DivClassName
{
background-color: #B486A0;
}
.BgClassName
{
background-color: #B486A0;
}
</style>
border-color css
<style>
span { border-color: #B486A0; }
span { border-color: rgb(180,134,160); }
td.TdClassName
{
border-color: #B486A0;
}
.TagClassName
{
border-color: #B486A0;
}
</style>