Shades of Bouquet #B869A0
Tints of Bouquet #B869A0
RGB
CMYK
RGB Variations
Color information
#B869A0 (or 0xB869A0) is known color: Bouquet. HEX triplet: B8, 69 and A0. RGB value is (184,105,160). Sum of RGB (Red+Green+Blue) = 184+105+160=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B869A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B869A0 is #47965F. Grayscale: #868686. Windows color (decimal): -4691552 or 10512824. OLE color: 10512824.
HSL color Cylindrical-coordinate representation of color #B869A0: hue angle of 318.23º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B869A0 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 160 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.28 |
| HSL | 318.23º | 0.36% | 0.57% | - |
| HSV(B) | 318.23º | 0.43% | 0.72% | - |
| XYZ | 31.16 | 22.83 | 36.02 | - |
| YUV | 134.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 160 | 0 | 0.43 | 0.13 | 0.28 | 318.23 | 0.36 | 0.57 |
| Hex | B8 | 69 | A0 | 0 | 2B | D | 1C | 13E | 24 | 39 |
| Octal | 270 | 151 | 240 | 0 | 53 | 15 | 34 | 476 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10100000 | 0 | 101011 | 1101 | 11100 | 100111110 | 100100 | 111001 |
Color Harmonies of #B869A0
Complementary color
Monochromatic Colors of #B869A0
Black with #B869A0
Text Example
Text Example
White with #B869A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B869A0; }
p { color: rgb(184,105,160); }
H1.HeaderClassName
{
color: #B869A0;
}
.AnyTagClassName
{
color: #B869A0;
}
</style>
background-color css
<style>
a { background-color: #B869A0; }
a { background-color: rgb(184,105,160); }
div.DivClassName
{
background-color: #B869A0;
}
.BgClassName
{
background-color: #B869A0;
}
</style>
border-color css
<style>
span { border-color: #B869A0; }
span { border-color: rgb(184,105,160); }
td.TdClassName
{
border-color: #B869A0;
}
.TagClassName
{
border-color: #B869A0;
}
</style>