Shades of Bouquet #B873A2
Tints of Bouquet #B873A2
RGB
CMYK
RGB Variations
Color information
#B873A2 (or 0xB873A2) is known color: Bouquet. HEX triplet: B8, 73 and A2. RGB value is (184,115,162). Sum of RGB (Red+Green+Blue) = 184+115+162=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B873A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B873A2 is #478C5D. Grayscale: #8C8C8C. Windows color (decimal): -4688990 or 10646456. OLE color: 10646456.
HSL color Cylindrical-coordinate representation of color #B873A2: hue angle of 319.13º 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 #B873A2 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 162 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.28 |
| HSL | 319.13º | 0.33% | 0.59% | - |
| HSV(B) | 319.13º | 0.38% | 0.72% | - |
| XYZ | 32.42 | 25.06 | 37.31 | - |
| YUV | 140.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 162 | 0 | 0.38 | 0.12 | 0.28 | 319.13 | 0.33 | 0.59 |
| Hex | B8 | 73 | A2 | 0 | 26 | C | 1C | 13F | 21 | 3B |
| Octal | 270 | 163 | 242 | 0 | 46 | 14 | 34 | 477 | 41 | 73 |
| Binary | 10111000 | 1110011 | 10100010 | 0 | 100110 | 1100 | 11100 | 100111111 | 100001 | 111011 |
Color Harmonies of #B873A2
Complementary color
Monochromatic Colors of #B873A2
Black with #B873A2
Text Example
Text Example
White with #B873A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873A2; }
p { color: rgb(184,115,162); }
H1.HeaderClassName
{
color: #B873A2;
}
.AnyTagClassName
{
color: #B873A2;
}
</style>
background-color css
<style>
a { background-color: #B873A2; }
a { background-color: rgb(184,115,162); }
div.DivClassName
{
background-color: #B873A2;
}
.BgClassName
{
background-color: #B873A2;
}
</style>
border-color css
<style>
span { border-color: #B873A2; }
span { border-color: rgb(184,115,162); }
td.TdClassName
{
border-color: #B873A2;
}
.TagClassName
{
border-color: #B873A2;
}
</style>