Shades of Bouquet #B880A0
Tints of Bouquet #B880A0
RGB
CMYK
RGB Variations
Color information
#B880A0 (or 0xB880A0) is known color: Bouquet. HEX triplet: B8, 80 and A0. RGB value is (184,128,160). Sum of RGB (Red+Green+Blue) = 184+128+160=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B880A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B880A0 is #477F5F. Grayscale: #949494. Windows color (decimal): -4685664 or 10518712. OLE color: 10518712.
HSL color Cylindrical-coordinate representation of color #B880A0: hue angle of 325.71º 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 #B880A0 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 160 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.28 |
| HSL | 325.71º | 0.28% | 0.61% | - |
| HSV(B) | 325.71º | 0.3% | 0.72% | - |
| XYZ | 33.83 | 28.17 | 36.91 | - |
| YUV | 148.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 160 | 0 | 0.30 | 0.13 | 0.28 | 325.71 | 0.28 | 0.61 |
| Hex | B8 | 80 | A0 | 0 | 1E | D | 1C | 146 | 1C | 3D |
| Octal | 270 | 200 | 240 | 0 | 36 | 15 | 34 | 506 | 34 | 75 |
| Binary | 10111000 | 10000000 | 10100000 | 0 | 11110 | 1101 | 11100 | 101000110 | 11100 | 111101 |
Color Harmonies of #B880A0
Complementary color
Monochromatic Colors of #B880A0
Black with #B880A0
Text Example
Text Example
White with #B880A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880A0; }
p { color: rgb(184,128,160); }
H1.HeaderClassName
{
color: #B880A0;
}
.AnyTagClassName
{
color: #B880A0;
}
</style>
background-color css
<style>
a { background-color: #B880A0; }
a { background-color: rgb(184,128,160); }
div.DivClassName
{
background-color: #B880A0;
}
.BgClassName
{
background-color: #B880A0;
}
</style>
border-color css
<style>
span { border-color: #B880A0; }
span { border-color: rgb(184,128,160); }
td.TdClassName
{
border-color: #B880A0;
}
.TagClassName
{
border-color: #B880A0;
}
</style>