Shades of Bouquet #B085A2
Tints of Bouquet #B085A2
RGB
CMYK
RGB Variations
Color information
#B085A2 (or 0xB085A2) is known color: Bouquet. HEX triplet: B0, 85 and A2. RGB value is (176,133,162). Sum of RGB (Red+Green+Blue) = 176+133+162=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B085A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B085A2 is #4F7A5D. Grayscale: #959595. Windows color (decimal): -5208670 or 10651056. OLE color: 10651056.
HSL color Cylindrical-coordinate representation of color #B085A2: hue angle of 319.53º 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 #B085A2 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 162 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.31 |
| HSL | 319.53º | 0.21% | 0.61% | - |
| HSV(B) | 319.53º | 0.24% | 0.69% | - |
| XYZ | 32.81 | 28.61 | 37.98 | - |
| YUV | 149.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 162 | 0 | 0.24 | 0.08 | 0.31 | 319.53 | 0.21 | 0.61 |
| Hex | B0 | 85 | A2 | 0 | 18 | 8 | 1F | 140 | 15 | 3D |
| Octal | 260 | 205 | 242 | 0 | 30 | 10 | 37 | 500 | 25 | 75 |
| Binary | 10110000 | 10000101 | 10100010 | 0 | 11000 | 1000 | 11111 | 101000000 | 10101 | 111101 |
Color Harmonies of #B085A2
Complementary color
Monochromatic Colors of #B085A2
Black with #B085A2
Text Example
Text Example
White with #B085A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B085A2; }
p { color: rgb(176,133,162); }
H1.HeaderClassName
{
color: #B085A2;
}
.AnyTagClassName
{
color: #B085A2;
}
</style>
background-color css
<style>
a { background-color: #B085A2; }
a { background-color: rgb(176,133,162); }
div.DivClassName
{
background-color: #B085A2;
}
.BgClassName
{
background-color: #B085A2;
}
</style>
border-color css
<style>
span { border-color: #B085A2; }
span { border-color: rgb(176,133,162); }
td.TdClassName
{
border-color: #B085A2;
}
.TagClassName
{
border-color: #B085A2;
}
</style>