Shades of Bouquet #B880A3
Tints of Bouquet #B880A3
RGB
CMYK
RGB Variations
Color information
#B880A3 (or 0xB880A3) is known color: Bouquet. HEX triplet: B8, 80 and A3. RGB value is (184,128,163). Sum of RGB (Red+Green+Blue) = 184+128+163=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B880A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B880A3 is #477F5C. Grayscale: #949494. Windows color (decimal): -4685661 or 10715320. OLE color: 10715320.
HSL color Cylindrical-coordinate representation of color #B880A3: hue angle of 322.5º 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 #B880A3 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 163 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.28 |
| HSL | 322.5º | 0.28% | 0.61% | - |
| HSV(B) | 322.5º | 0.3% | 0.72% | - |
| XYZ | 34.1 | 28.27 | 38.31 | - |
| YUV | 148.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 163 | 0 | 0.30 | 0.11 | 0.28 | 322.5 | 0.28 | 0.61 |
| Hex | B8 | 80 | A3 | 0 | 1E | B | 1C | 142 | 1C | 3D |
| Octal | 270 | 200 | 243 | 0 | 36 | 13 | 34 | 502 | 34 | 75 |
| Binary | 10111000 | 10000000 | 10100011 | 0 | 11110 | 1011 | 11100 | 101000010 | 11100 | 111101 |
Color Harmonies of #B880A3
Complementary color
Monochromatic Colors of #B880A3
Black with #B880A3
Text Example
Text Example
White with #B880A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880A3; }
p { color: rgb(184,128,163); }
H1.HeaderClassName
{
color: #B880A3;
}
.AnyTagClassName
{
color: #B880A3;
}
</style>
background-color css
<style>
a { background-color: #B880A3; }
a { background-color: rgb(184,128,163); }
div.DivClassName
{
background-color: #B880A3;
}
.BgClassName
{
background-color: #B880A3;
}
</style>
border-color css
<style>
span { border-color: #B880A3; }
span { border-color: rgb(184,128,163); }
td.TdClassName
{
border-color: #B880A3;
}
.TagClassName
{
border-color: #B880A3;
}
</style>