Shades of Coriander #BFBA89
Tints of Coriander #BFBA89
RGB
CMYK
RGB Variations
Color information
#BFBA89 (or 0xBFBA89) is known color: Coriander. HEX triplet: BF, BA and 89. RGB value is (191,186,137). Sum of RGB (Red+Green+Blue) = 191+186+137=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA89 is #404576. Grayscale: #B6B6B6. Windows color (decimal): -4212087 or 9026239. OLE color: 9026239.
HSL color Cylindrical-coordinate representation of color #BFBA89: hue angle of 54.44º 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 #BFBA89 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 137 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.25 |
| HSL | 54.44º | 0.3% | 0.64% | - |
| HSV(B) | 54.44º | 0.28% | 0.75% | - |
| XYZ | 43.56 | 48 | 30.64 | - |
| YUV | 181.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 137 | 0 | 0.03 | 0.28 | 0.25 | 54.44 | 0.3 | 0.64 |
| Hex | BF | BA | 89 | 0 | 3 | 1C | 19 | 36 | 1E | 40 |
| Octal | 277 | 272 | 211 | 0 | 3 | 34 | 31 | 66 | 36 | 100 |
| Binary | 10111111 | 10111010 | 10001001 | 0 | 11 | 11100 | 11001 | 110110 | 11110 | 1000000 |
Color Harmonies of #BFBA89
Complementary color
Monochromatic Colors of #BFBA89
Black with #BFBA89
Text Example
Text Example
White with #BFBA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA89; }
p { color: rgb(191,186,137); }
H1.HeaderClassName
{
color: #BFBA89;
}
.AnyTagClassName
{
color: #BFBA89;
}
</style>
background-color css
<style>
a { background-color: #BFBA89; }
a { background-color: rgb(191,186,137); }
div.DivClassName
{
background-color: #BFBA89;
}
.BgClassName
{
background-color: #BFBA89;
}
</style>
border-color css
<style>
span { border-color: #BFBA89; }
span { border-color: rgb(191,186,137); }
td.TdClassName
{
border-color: #BFBA89;
}
.TagClassName
{
border-color: #BFBA89;
}
</style>