Shades of Coriander #BFBA85
Tints of Coriander #BFBA85
RGB
CMYK
RGB Variations
Color information
#BFBA85 (or 0xBFBA85) is known color: Coriander. HEX triplet: BF, BA and 85. RGB value is (191,186,133). Sum of RGB (Red+Green+Blue) = 191+186+133=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA85 is #40457A. Grayscale: #B5B5B5. Windows color (decimal): -4212091 or 8764095. OLE color: 8764095.
HSL color Cylindrical-coordinate representation of color #BFBA85: hue angle of 54.83º 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 #BFBA85 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 133 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.25 |
| HSL | 54.83º | 0.31% | 0.64% | - |
| HSV(B) | 54.83º | 0.3% | 0.75% | - |
| XYZ | 43.28 | 47.89 | 29.15 | - |
| YUV | 181.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 133 | 0 | 0.03 | 0.30 | 0.25 | 54.83 | 0.31 | 0.64 |
| Hex | BF | BA | 85 | 0 | 3 | 1E | 19 | 37 | 1F | 40 |
| Octal | 277 | 272 | 205 | 0 | 3 | 36 | 31 | 67 | 37 | 100 |
| Binary | 10111111 | 10111010 | 10000101 | 0 | 11 | 11110 | 11001 | 110111 | 11111 | 1000000 |
Color Harmonies of #BFBA85
Complementary color
Monochromatic Colors of #BFBA85
Black with #BFBA85
Text Example
Text Example
White with #BFBA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA85; }
p { color: rgb(191,186,133); }
H1.HeaderClassName
{
color: #BFBA85;
}
.AnyTagClassName
{
color: #BFBA85;
}
</style>
background-color css
<style>
a { background-color: #BFBA85; }
a { background-color: rgb(191,186,133); }
div.DivClassName
{
background-color: #BFBA85;
}
.BgClassName
{
background-color: #BFBA85;
}
</style>
border-color css
<style>
span { border-color: #BFBA85; }
span { border-color: rgb(191,186,133); }
td.TdClassName
{
border-color: #BFBA85;
}
.TagClassName
{
border-color: #BFBA85;
}
</style>