Shades of Bouquet #B084A1
Tints of Bouquet #B084A1
RGB
CMYK
RGB Variations
Color information
#B084A1 (or 0xB084A1) is known color: Bouquet. HEX triplet: B0, 84 and A1. RGB value is (176,132,161). Sum of RGB (Red+Green+Blue) = 176+132+161=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B084A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B084A1 is #4F7B5E. Grayscale: #949494. Windows color (decimal): -5208927 or 10585264. OLE color: 10585264.
HSL color Cylindrical-coordinate representation of color #B084A1: hue angle of 320.45º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B084A1 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 132 | 161 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.31 |
| HSL | 320.45º | 0.22% | 0.6% | - |
| HSV(B) | 320.45º | 0.25% | 0.69% | - |
| XYZ | 32.59 | 28.31 | 37.46 | - |
| YUV | 148.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 161 | 0 | 0.25 | 0.09 | 0.31 | 320.45 | 0.22 | 0.6 |
| Hex | B0 | 84 | A1 | 0 | 19 | 9 | 1F | 140 | 16 | 3C |
| Octal | 260 | 204 | 241 | 0 | 31 | 11 | 37 | 500 | 26 | 74 |
| Binary | 10110000 | 10000100 | 10100001 | 0 | 11001 | 1001 | 11111 | 101000000 | 10110 | 111100 |
Color Harmonies of #B084A1
Complementary color
Monochromatic Colors of #B084A1
Black with #B084A1
Text Example
Text Example
White with #B084A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B084A1; }
p { color: rgb(176,132,161); }
H1.HeaderClassName
{
color: #B084A1;
}
.AnyTagClassName
{
color: #B084A1;
}
</style>
background-color css
<style>
a { background-color: #B084A1; }
a { background-color: rgb(176,132,161); }
div.DivClassName
{
background-color: #B084A1;
}
.BgClassName
{
background-color: #B084A1;
}
</style>
border-color css
<style>
span { border-color: #B084A1; }
span { border-color: rgb(176,132,161); }
td.TdClassName
{
border-color: #B084A1;
}
.TagClassName
{
border-color: #B084A1;
}
</style>