Shades of Bouquet #B875A0
Tints of Bouquet #B875A0
RGB
CMYK
RGB Variations
Color information
#B875A0 (or 0xB875A0) is known color: Bouquet. HEX triplet: B8, 75 and A0. RGB value is (184,117,160). Sum of RGB (Red+Green+Blue) = 184+117+160=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B875A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875A0 is #478A5F. Grayscale: #8D8D8D. Windows color (decimal): -4688480 or 10515896. OLE color: 10515896.
HSL color Cylindrical-coordinate representation of color #B875A0: hue angle of 321.49º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B875A0 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 160 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.28 |
| HSL | 321.49º | 0.32% | 0.59% | - |
| HSV(B) | 321.49º | 0.36% | 0.72% | - |
| XYZ | 32.47 | 25.45 | 36.46 | - |
| YUV | 141.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 160 | 0 | 0.36 | 0.13 | 0.28 | 321.49 | 0.32 | 0.59 |
| Hex | B8 | 75 | A0 | 0 | 24 | D | 1C | 141 | 20 | 3B |
| Octal | 270 | 165 | 240 | 0 | 44 | 15 | 34 | 501 | 40 | 73 |
| Binary | 10111000 | 1110101 | 10100000 | 0 | 100100 | 1101 | 11100 | 101000001 | 100000 | 111011 |
Color Harmonies of #B875A0
Complementary color
Monochromatic Colors of #B875A0
Black with #B875A0
Text Example
Text Example
White with #B875A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B875A0; }
p { color: rgb(184,117,160); }
H1.HeaderClassName
{
color: #B875A0;
}
.AnyTagClassName
{
color: #B875A0;
}
</style>
background-color css
<style>
a { background-color: #B875A0; }
a { background-color: rgb(184,117,160); }
div.DivClassName
{
background-color: #B875A0;
}
.BgClassName
{
background-color: #B875A0;
}
</style>
border-color css
<style>
span { border-color: #B875A0; }
span { border-color: rgb(184,117,160); }
td.TdClassName
{
border-color: #B875A0;
}
.TagClassName
{
border-color: #B875A0;
}
</style>