Shades of Bouquet #B16CA0
Tints of Bouquet #B16CA0
RGB
CMYK
RGB Variations
Color information
#B16CA0 (or 0xB16CA0) is known color: Bouquet. HEX triplet: B1, 6C and A0. RGB value is (177,108,160). Sum of RGB (Red+Green+Blue) = 177+108+160=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B16CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16CA0 is #4E935F. Grayscale: #868686. Windows color (decimal): -5149536 or 10513585. OLE color: 10513585.
HSL color Cylindrical-coordinate representation of color #B16CA0: hue angle of 314.78º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B16CA0 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 160 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.31 |
| HSL | 314.78º | 0.31% | 0.56% | - |
| HSV(B) | 314.78º | 0.39% | 0.69% | - |
| XYZ | 29.84 | 22.61 | 36.05 | - |
| YUV | 134.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 160 | 0 | 0.39 | 0.10 | 0.31 | 314.78 | 0.31 | 0.56 |
| Hex | B1 | 6C | A0 | 0 | 27 | A | 1F | 13B | 1F | 38 |
| Octal | 261 | 154 | 240 | 0 | 47 | 12 | 37 | 473 | 37 | 70 |
| Binary | 10110001 | 1101100 | 10100000 | 0 | 100111 | 1010 | 11111 | 100111011 | 11111 | 111000 |
Color Harmonies of #B16CA0
Complementary color
Monochromatic Colors of #B16CA0
Black with #B16CA0
Text Example
Text Example
White with #B16CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16CA0; }
p { color: rgb(177,108,160); }
H1.HeaderClassName
{
color: #B16CA0;
}
.AnyTagClassName
{
color: #B16CA0;
}
</style>
background-color css
<style>
a { background-color: #B16CA0; }
a { background-color: rgb(177,108,160); }
div.DivClassName
{
background-color: #B16CA0;
}
.BgClassName
{
background-color: #B16CA0;
}
</style>
border-color css
<style>
span { border-color: #B16CA0; }
span { border-color: rgb(177,108,160); }
td.TdClassName
{
border-color: #B16CA0;
}
.TagClassName
{
border-color: #B16CA0;
}
</style>