Shades of Coriander #BFBC89
Tints of Coriander #BFBC89
RGB
CMYK
RGB Variations
Color information
#BFBC89 (or 0xBFBC89) is known color: Coriander. HEX triplet: BF, BC and 89. RGB value is (191,188,137). Sum of RGB (Red+Green+Blue) = 191+188+137=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC89 is #404376. Grayscale: #B7B7B7. Windows color (decimal): -4211575 or 9026751. OLE color: 9026751.
HSL color Cylindrical-coordinate representation of color #BFBC89: hue angle of 56.67º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFBC89 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 137 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.25 |
| HSL | 56.67º | 0.3% | 0.64% | - |
| HSV(B) | 56.67º | 0.28% | 0.75% | - |
| XYZ | 43.98 | 48.85 | 30.78 | - |
| YUV | 183.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 137 | 0 | 0.02 | 0.28 | 0.25 | 56.67 | 0.3 | 0.64 |
| Hex | BF | BC | 89 | 0 | 2 | 1C | 19 | 39 | 1E | 40 |
| Octal | 277 | 274 | 211 | 0 | 2 | 34 | 31 | 71 | 36 | 100 |
| Binary | 10111111 | 10111100 | 10001001 | 0 | 10 | 11100 | 11001 | 111001 | 11110 | 1000000 |
Color Harmonies of #BFBC89
Complementary color
Monochromatic Colors of #BFBC89
Black with #BFBC89
Text Example
Text Example
White with #BFBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC89; }
p { color: rgb(191,188,137); }
H1.HeaderClassName
{
color: #BFBC89;
}
.AnyTagClassName
{
color: #BFBC89;
}
</style>
background-color css
<style>
a { background-color: #BFBC89; }
a { background-color: rgb(191,188,137); }
div.DivClassName
{
background-color: #BFBC89;
}
.BgClassName
{
background-color: #BFBC89;
}
</style>
border-color css
<style>
span { border-color: #BFBC89; }
span { border-color: rgb(191,188,137); }
td.TdClassName
{
border-color: #BFBC89;
}
.TagClassName
{
border-color: #BFBC89;
}
</style>