Shades of Bouquet #B882A0
Tints of Bouquet #B882A0
RGB
CMYK
RGB Variations
Color information
#B882A0 (or 0xB882A0) is known color: Bouquet. HEX triplet: B8, 82 and A0. RGB value is (184,130,160). Sum of RGB (Red+Green+Blue) = 184+130+160=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B882A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B882A0 is #477D5F. Grayscale: #959595. Windows color (decimal): -4685152 or 10519224. OLE color: 10519224.
HSL color Cylindrical-coordinate representation of color #B882A0: hue angle of 326.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B882A0 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 160 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.28 |
| HSL | 326.67º | 0.28% | 0.62% | - |
| HSV(B) | 326.67º | 0.29% | 0.72% | - |
| XYZ | 34.09 | 28.69 | 37 | - |
| YUV | 149.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 160 | 0 | 0.29 | 0.13 | 0.28 | 326.67 | 0.28 | 0.62 |
| Hex | B8 | 82 | A0 | 0 | 1D | D | 1C | 147 | 1C | 3E |
| Octal | 270 | 202 | 240 | 0 | 35 | 15 | 34 | 507 | 34 | 76 |
| Binary | 10111000 | 10000010 | 10100000 | 0 | 11101 | 1101 | 11100 | 101000111 | 11100 | 111110 |
Color Harmonies of #B882A0
Complementary color
Monochromatic Colors of #B882A0
Black with #B882A0
Text Example
Text Example
White with #B882A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B882A0; }
p { color: rgb(184,130,160); }
H1.HeaderClassName
{
color: #B882A0;
}
.AnyTagClassName
{
color: #B882A0;
}
</style>
background-color css
<style>
a { background-color: #B882A0; }
a { background-color: rgb(184,130,160); }
div.DivClassName
{
background-color: #B882A0;
}
.BgClassName
{
background-color: #B882A0;
}
</style>
border-color css
<style>
span { border-color: #B882A0; }
span { border-color: rgb(184,130,160); }
td.TdClassName
{
border-color: #B882A0;
}
.TagClassName
{
border-color: #B882A0;
}
</style>