Shades of Bouquet #B085A1
Tints of Bouquet #B085A1
RGB
CMYK
RGB Variations
Color information
#B085A1 (or 0xB085A1) is known color: Bouquet. HEX triplet: B0, 85 and A1. RGB value is (176,133,161). Sum of RGB (Red+Green+Blue) = 176+133+161=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B085A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B085A1 is #4F7A5E. Grayscale: #949494. Windows color (decimal): -5208671 or 10585520. OLE color: 10585520.
HSL color Cylindrical-coordinate representation of color #B085A1: hue angle of 320.93º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B085A1 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 161 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.31 |
| HSL | 320.93º | 0.21% | 0.61% | - |
| HSV(B) | 320.93º | 0.24% | 0.69% | - |
| XYZ | 32.73 | 28.58 | 37.51 | - |
| YUV | 149.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 161 | 0 | 0.24 | 0.09 | 0.31 | 320.93 | 0.21 | 0.61 |
| Hex | B0 | 85 | A1 | 0 | 18 | 9 | 1F | 141 | 15 | 3D |
| Octal | 260 | 205 | 241 | 0 | 30 | 11 | 37 | 501 | 25 | 75 |
| Binary | 10110000 | 10000101 | 10100001 | 0 | 11000 | 1001 | 11111 | 101000001 | 10101 | 111101 |
Color Harmonies of #B085A1
Complementary color
Monochromatic Colors of #B085A1
Black with #B085A1
Text Example
Text Example
White with #B085A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B085A1; }
p { color: rgb(176,133,161); }
H1.HeaderClassName
{
color: #B085A1;
}
.AnyTagClassName
{
color: #B085A1;
}
</style>
background-color css
<style>
a { background-color: #B085A1; }
a { background-color: rgb(176,133,161); }
div.DivClassName
{
background-color: #B085A1;
}
.BgClassName
{
background-color: #B085A1;
}
</style>
border-color css
<style>
span { border-color: #B085A1; }
span { border-color: rgb(176,133,161); }
td.TdClassName
{
border-color: #B085A1;
}
.TagClassName
{
border-color: #B085A1;
}
</style>