Shades of Bouquet #B880A6
Tints of Bouquet #B880A6
RGB
CMYK
RGB Variations
Color information
#B880A6 (or 0xB880A6) is known color: Bouquet. HEX triplet: B8, 80 and A6. RGB value is (184,128,166). Sum of RGB (Red+Green+Blue) = 184+128+166=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B880A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B880A6 is #477F59. Grayscale: #949494. Windows color (decimal): -4685658 or 10911928. OLE color: 10911928.
HSL color Cylindrical-coordinate representation of color #B880A6: hue angle of 319.29º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B880A6 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 166 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.28 |
| HSL | 319.29º | 0.28% | 0.61% | - |
| HSV(B) | 319.29º | 0.3% | 0.72% | - |
| XYZ | 34.37 | 28.38 | 39.74 | - |
| YUV | 149.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 166 | 0 | 0.30 | 0.10 | 0.28 | 319.29 | 0.28 | 0.61 |
| Hex | B8 | 80 | A6 | 0 | 1E | A | 1C | 13F | 1C | 3D |
| Octal | 270 | 200 | 246 | 0 | 36 | 12 | 34 | 477 | 34 | 75 |
| Binary | 10111000 | 10000000 | 10100110 | 0 | 11110 | 1010 | 11100 | 100111111 | 11100 | 111101 |
Color Harmonies of #B880A6
Complementary color
Monochromatic Colors of #B880A6
Black with #B880A6
Text Example
Text Example
White with #B880A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880A6; }
p { color: rgb(184,128,166); }
H1.HeaderClassName
{
color: #B880A6;
}
.AnyTagClassName
{
color: #B880A6;
}
</style>
background-color css
<style>
a { background-color: #B880A6; }
a { background-color: rgb(184,128,166); }
div.DivClassName
{
background-color: #B880A6;
}
.BgClassName
{
background-color: #B880A6;
}
</style>
border-color css
<style>
span { border-color: #B880A6; }
span { border-color: rgb(184,128,166); }
td.TdClassName
{
border-color: #B880A6;
}
.TagClassName
{
border-color: #B880A6;
}
</style>