Shades of Coriander #BFBB86
Tints of Coriander #BFBB86
RGB
CMYK
RGB Variations
Color information
#BFBB86 (or 0xBFBB86) is known color: Coriander. HEX triplet: BF, BB and 86. RGB value is (191,187,134). Sum of RGB (Red+Green+Blue) = 191+187+134=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB86 is #404479. Grayscale: #B6B6B6. Windows color (decimal): -4211834 or 8829887. OLE color: 8829887.
HSL color Cylindrical-coordinate representation of color #BFBB86: hue angle of 55.79º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFBB86 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 134 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.25 |
| HSL | 55.79º | 0.31% | 0.64% | - |
| HSV(B) | 55.79º | 0.3% | 0.75% | - |
| XYZ | 43.56 | 48.34 | 29.59 | - |
| YUV | 182.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 134 | 0 | 0.02 | 0.30 | 0.25 | 55.79 | 0.31 | 0.64 |
| Hex | BF | BB | 86 | 0 | 2 | 1E | 19 | 38 | 1F | 40 |
| Octal | 277 | 273 | 206 | 0 | 2 | 36 | 31 | 70 | 37 | 100 |
| Binary | 10111111 | 10111011 | 10000110 | 0 | 10 | 11110 | 11001 | 111000 | 11111 | 1000000 |
Color Harmonies of #BFBB86
Complementary color
Monochromatic Colors of #BFBB86
Black with #BFBB86
Text Example
Text Example
White with #BFBB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB86; }
p { color: rgb(191,187,134); }
H1.HeaderClassName
{
color: #BFBB86;
}
.AnyTagClassName
{
color: #BFBB86;
}
</style>
background-color css
<style>
a { background-color: #BFBB86; }
a { background-color: rgb(191,187,134); }
div.DivClassName
{
background-color: #BFBB86;
}
.BgClassName
{
background-color: #BFBB86;
}
</style>
border-color css
<style>
span { border-color: #BFBB86; }
span { border-color: rgb(191,187,134); }
td.TdClassName
{
border-color: #BFBB86;
}
.TagClassName
{
border-color: #BFBB86;
}
</style>