Shades of Bouquet #B082A1
Tints of Bouquet #B082A1
RGB
CMYK
RGB Variations
Color information
#B082A1 (or 0xB082A1) is known color: Bouquet. HEX triplet: B0, 82 and A1. RGB value is (176,130,161). Sum of RGB (Red+Green+Blue) = 176+130+161=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B082A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B082A1 is #4F7D5E. Grayscale: #939393. Windows color (decimal): -5209439 or 10584752. OLE color: 10584752.
HSL color Cylindrical-coordinate representation of color #B082A1: hue angle of 319.57º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B082A1 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 161 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.31 |
| HSL | 319.57º | 0.23% | 0.6% | - |
| HSV(B) | 319.57º | 0.26% | 0.69% | - |
| XYZ | 32.32 | 27.77 | 37.37 | - |
| YUV | 147.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 161 | 0 | 0.26 | 0.09 | 0.31 | 319.57 | 0.23 | 0.6 |
| Hex | B0 | 82 | A1 | 0 | 1A | 9 | 1F | 140 | 17 | 3C |
| Octal | 260 | 202 | 241 | 0 | 32 | 11 | 37 | 500 | 27 | 74 |
| Binary | 10110000 | 10000010 | 10100001 | 0 | 11010 | 1001 | 11111 | 101000000 | 10111 | 111100 |
Color Harmonies of #B082A1
Complementary color
Monochromatic Colors of #B082A1
Black with #B082A1
Text Example
Text Example
White with #B082A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B082A1; }
p { color: rgb(176,130,161); }
H1.HeaderClassName
{
color: #B082A1;
}
.AnyTagClassName
{
color: #B082A1;
}
</style>
background-color css
<style>
a { background-color: #B082A1; }
a { background-color: rgb(176,130,161); }
div.DivClassName
{
background-color: #B082A1;
}
.BgClassName
{
background-color: #B082A1;
}
</style>
border-color css
<style>
span { border-color: #B082A1; }
span { border-color: rgb(176,130,161); }
td.TdClassName
{
border-color: #B082A1;
}
.TagClassName
{
border-color: #B082A1;
}
</style>