Shades of Bouquet #B873A4
Tints of Bouquet #B873A4
RGB
CMYK
RGB Variations
Color information
#B873A4 (or 0xB873A4) is known color: Bouquet. HEX triplet: B8, 73 and A4. RGB value is (184,115,164). Sum of RGB (Red+Green+Blue) = 184+115+164=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B873A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B873A4 is #478C5B. Grayscale: #8D8D8D. Windows color (decimal): -4688988 or 10777528. OLE color: 10777528.
HSL color Cylindrical-coordinate representation of color #B873A4: hue angle of 317.39º 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 #B873A4 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 164 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.28 |
| HSL | 317.39º | 0.33% | 0.59% | - |
| HSV(B) | 317.39º | 0.38% | 0.72% | - |
| XYZ | 32.6 | 25.13 | 38.25 | - |
| YUV | 141.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 164 | 0 | 0.38 | 0.11 | 0.28 | 317.39 | 0.33 | 0.59 |
| Hex | B8 | 73 | A4 | 0 | 26 | B | 1C | 13D | 21 | 3B |
| Octal | 270 | 163 | 244 | 0 | 46 | 13 | 34 | 475 | 41 | 73 |
| Binary | 10111000 | 1110011 | 10100100 | 0 | 100110 | 1011 | 11100 | 100111101 | 100001 | 111011 |
Color Harmonies of #B873A4
Complementary color
Monochromatic Colors of #B873A4
Black with #B873A4
Text Example
Text Example
White with #B873A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873A4; }
p { color: rgb(184,115,164); }
H1.HeaderClassName
{
color: #B873A4;
}
.AnyTagClassName
{
color: #B873A4;
}
</style>
background-color css
<style>
a { background-color: #B873A4; }
a { background-color: rgb(184,115,164); }
div.DivClassName
{
background-color: #B873A4;
}
.BgClassName
{
background-color: #B873A4;
}
</style>
border-color css
<style>
span { border-color: #B873A4; }
span { border-color: rgb(184,115,164); }
td.TdClassName
{
border-color: #B873A4;
}
.TagClassName
{
border-color: #B873A4;
}
</style>