Shades of Bouquet #B868A0
Tints of Bouquet #B868A0
RGB
CMYK
RGB Variations
Color information
#B868A0 (or 0xB868A0) is known color: Bouquet. HEX triplet: B8, 68 and A0. RGB value is (184,104,160). Sum of RGB (Red+Green+Blue) = 184+104+160=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B868A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B868A0 is #47975F. Grayscale: #868686. Windows color (decimal): -4691808 or 10512568. OLE color: 10512568.
HSL color Cylindrical-coordinate representation of color #B868A0: hue angle of 318º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B868A0 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 160 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.28 |
| HSL | 318º | 0.36% | 0.56% | - |
| HSV(B) | 318º | 0.43% | 0.72% | - |
| XYZ | 31.06 | 22.63 | 35.99 | - |
| YUV | 134.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 160 | 0 | 0.43 | 0.13 | 0.28 | 318 | 0.36 | 0.56 |
| Hex | B8 | 68 | A0 | 0 | 2B | D | 1C | 13E | 24 | 38 |
| Octal | 270 | 150 | 240 | 0 | 53 | 15 | 34 | 476 | 44 | 70 |
| Binary | 10111000 | 1101000 | 10100000 | 0 | 101011 | 1101 | 11100 | 100111110 | 100100 | 111000 |
Color Harmonies of #B868A0
Complementary color
Monochromatic Colors of #B868A0
Black with #B868A0
Text Example
Text Example
White with #B868A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B868A0; }
p { color: rgb(184,104,160); }
H1.HeaderClassName
{
color: #B868A0;
}
.AnyTagClassName
{
color: #B868A0;
}
</style>
background-color css
<style>
a { background-color: #B868A0; }
a { background-color: rgb(184,104,160); }
div.DivClassName
{
background-color: #B868A0;
}
.BgClassName
{
background-color: #B868A0;
}
</style>
border-color css
<style>
span { border-color: #B868A0; }
span { border-color: rgb(184,104,160); }
td.TdClassName
{
border-color: #B868A0;
}
.TagClassName
{
border-color: #B868A0;
}
</style>