Shades of Bouquet #B873AC
Tints of Bouquet #B873AC
RGB
CMYK
RGB Variations
Color information
#B873AC (or 0xB873AC) is known color: Bouquet. HEX triplet: B8, 73 and AC. RGB value is (184,115,172). Sum of RGB (Red+Green+Blue) = 184+115+172=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B873AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B873AC is #478C53. Grayscale: #8D8D8D. Windows color (decimal): -4688980 or 11301816. OLE color: 11301816.
HSL color Cylindrical-coordinate representation of color #B873AC: hue angle of 310.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B873AC is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 172 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.28 |
| HSL | 310.43º | 0.33% | 0.59% | - |
| HSV(B) | 310.43º | 0.38% | 0.72% | - |
| XYZ | 33.34 | 25.43 | 42.18 | - |
| YUV | 142.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 172 | 0 | 0.38 | 0.07 | 0.28 | 310.43 | 0.33 | 0.59 |
| Hex | B8 | 73 | AC | 0 | 26 | 7 | 1C | 136 | 21 | 3B |
| Octal | 270 | 163 | 254 | 0 | 46 | 7 | 34 | 466 | 41 | 73 |
| Binary | 10111000 | 1110011 | 10101100 | 0 | 100110 | 111 | 11100 | 100110110 | 100001 | 111011 |
Color Harmonies of #B873AC
Complementary color
Monochromatic Colors of #B873AC
Black with #B873AC
Text Example
Text Example
White with #B873AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873AC; }
p { color: rgb(184,115,172); }
H1.HeaderClassName
{
color: #B873AC;
}
.AnyTagClassName
{
color: #B873AC;
}
</style>
background-color css
<style>
a { background-color: #B873AC; }
a { background-color: rgb(184,115,172); }
div.DivClassName
{
background-color: #B873AC;
}
.BgClassName
{
background-color: #B873AC;
}
</style>
border-color css
<style>
span { border-color: #B873AC; }
span { border-color: rgb(184,115,172); }
td.TdClassName
{
border-color: #B873AC;
}
.TagClassName
{
border-color: #B873AC;
}
</style>