Shades of Bouquet #B486A5
Tints of Bouquet #B486A5
RGB
CMYK
RGB Variations
Color information
#B486A5 (or 0xB486A5) is known color: Bouquet. HEX triplet: B4, 86 and A5. RGB value is (180,134,165). Sum of RGB (Red+Green+Blue) = 180+134+165=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B486A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486A5 is #4B795A. Grayscale: #979797. Windows color (decimal): -4946267 or 10847924. OLE color: 10847924.
HSL color Cylindrical-coordinate representation of color #B486A5: hue angle of 319.57º 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 #B486A5 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 165 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.29 |
| HSL | 319.57º | 0.23% | 0.62% | - |
| HSV(B) | 319.57º | 0.26% | 0.71% | - |
| XYZ | 34.14 | 29.47 | 39.49 | - |
| YUV | 151.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 165 | 0 | 0.26 | 0.08 | 0.29 | 319.57 | 0.23 | 0.62 |
| Hex | B4 | 86 | A5 | 0 | 1A | 8 | 1D | 140 | 17 | 3E |
| Octal | 264 | 206 | 245 | 0 | 32 | 10 | 35 | 500 | 27 | 76 |
| Binary | 10110100 | 10000110 | 10100101 | 0 | 11010 | 1000 | 11101 | 101000000 | 10111 | 111110 |
Color Harmonies of #B486A5
Complementary color
Monochromatic Colors of #B486A5
Black with #B486A5
Text Example
Text Example
White with #B486A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B486A5; }
p { color: rgb(180,134,165); }
H1.HeaderClassName
{
color: #B486A5;
}
.AnyTagClassName
{
color: #B486A5;
}
</style>
background-color css
<style>
a { background-color: #B486A5; }
a { background-color: rgb(180,134,165); }
div.DivClassName
{
background-color: #B486A5;
}
.BgClassName
{
background-color: #B486A5;
}
</style>
border-color css
<style>
span { border-color: #B486A5; }
span { border-color: rgb(180,134,165); }
td.TdClassName
{
border-color: #B486A5;
}
.TagClassName
{
border-color: #B486A5;
}
</style>